Skip to content

Commit d810056

Browse files
committed
tidy
1 parent aa0d357 commit d810056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

atest/test/01_Browser_Management/playwright_state_getters.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Get Multiple Browsers
1313
New Browser
1414
New Page http://example.com
1515
${browsers} Get Browser Catalog
16-
${expected} evaluate [{"type": "chromium", "id": 0, "contexts": [{"type": "context", "id": 0, "pages": [{"type": "page", "title": "prefilled_email_form.html", "url": "http://localhost:7272/prefilled_email_form.html", "id": "0"}]}, {"type": "context", "id": 1, "pages": [{"type": "page", "title": "Login Page", "url": "http://localhost:7272/dist/", "id": "0"}]}], "activePage": 0, "activeContext": 1, "activeBrowser": False}, {"type": "chromium", "id": 1, "contexts": [{"type": "context", "id": 0, "pages": [{"type": "page", "title": "Example Domain", "url": "http://example.com/", "id": "0"}]}], "activePage": 0, "activeContext": 0, "activeBrowser": True}]
17-
should be equal ${browsers} ${expected}
16+
${expected} evaluate [{"type": "chromium", "id": 0, "contexts": [{"type": "context", "id": 0, "pages": [{"type": "page", "title": "prefilled_email_form.html", "url": "http://localhost:7272/prefilled_email_form.html", "id": "0"}]}, {"type": "context", "id": 1, "pages": [{"type": "page", "title": "Login Page", "url": "http://localhost:7272/dist/", "id": "0"}]}], "activePage": 0, "activeContext": 1, "activeBrowser": False}, {"type": "chromium", "id": 1, "contexts": [{"type": "context", "id": 0, "pages": [{"type": "page", "title": "Example Domain", "url": "http://example.com/", "id": "0"}]}], "activePage": 0, "activeContext": 0, "activeBrowser": True}]
17+
should be equal ${browsers} ${expected}
1818

1919
Get Closed Browsers
2020
New Browser
2121
Close Browser
2222
${browsers} Get Browser Catalog
23-
should be empty ${browsers}
23+
should be empty ${browsers}
2424

2525
Get Viewport Size
2626
New Context viewport={"height": 600, "width": 800}

0 commit comments

Comments
 (0)