You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atest/test/01_Browser_Management/playwright_state.robot
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,14 @@ Open Browser opens everything
42
42
Open Browser url=${FORM URL}
43
43
Get Title == prefilled_email_form.html
44
44
45
+
Open Browser with invalid browser fails on RF side
46
+
Run Keyword and Expect Error *Argument 'browser' got value 'netscape' that cannot be converted to SupportedBrowsers* Open Browser url=${FORM_URL} browser=netscape
47
+
[Teardown] no operation
48
+
49
+
Create Browser with invalid browser fails on RF side
50
+
Run Keyword and Expect Error *Argument 'browser' got value 'netscape' that cannot be converted to SupportedBrowsers* Create Browser netscape
0 commit comments