File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Verify EventFiringWebElement conversion
2727*** Keywords ***
2828
2929Internal Suite Setup
30+ [Documentation] Suite setup
3031 Set Selenium Timeout 1 second
3132 Setup Test Environment ${FF } ${URL }
3233 ${TIMEOUT } = Get Selenium Timeout
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ Test Cookies
3535
3636 ${value } = Get Location Origin
3737 Should Be Equal ${value } ${URL }
38-
38+
3939 ${value } = Get Location Port
4040 Should Be Equal ${value } 5000
41-
41+
4242 ${value } = Get Location Protocol
4343 Should Be Equal ${value } http:
44-
44+
4545 ${value } = Get Location Search
4646 Should Be Equal ${value } ${EMPTY }
Original file line number Diff line number Diff line change @@ -48,7 +48,3 @@ Navigator Tests
4848
4949 ${product } = Get Navigator Product
5050 Should Contain ${product } Gecko
51-
52-
53-
54-
Original file line number Diff line number Diff line change 11*** Settings ***
22Documentation Verifies storage keywords
33Test Teardown Teardown Web Environment
4- Test Template Test Storage
4+ Test Template Test Storage
55Suite Setup Start Flask App
66Suite Teardown Stop Flask App
77Library SeleniumLibrary plugins=${CURDIR } /../src/SeleniumTestability;True;29 seconds;False
@@ -44,6 +44,6 @@ Test Storage
4444 FOR ${key } IN @{storage_keys }
4545 Remove Storage Item ${key } storage_type=sessionStorage
4646 END
47-
47+
4848 ${session } = Get Storage Length storage_type=sessionStorage
4949 Should Be Equal As Integers ${session } 0
You can’t perform that action at this time.
0 commit comments