Skip to content

Commit 3ebebd6

Browse files
committed
acceptance test cleanups. !nocl
1 parent eeff250 commit 3ebebd6

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

atest/bugs.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Verify EventFiringWebElement conversion
2727
*** Keywords ***
2828

2929
Internal Suite Setup
30+
[Documentation] Suite setup
3031
Set Selenium Timeout 1 second
3132
Setup Test Environment ${FF} ${URL}
3233
${TIMEOUT}= Get Selenium Timeout

atest/location.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

atest/navigator.robot

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ Navigator Tests
4848

4949
${product}= Get Navigator Product
5050
Should Contain ${product} Gecko
51-
52-
53-
54-

atest/storage.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*** Settings ***
22
Documentation Verifies storage keywords
33
Test Teardown Teardown Web Environment
4-
Test Template Test Storage
4+
Test Template Test Storage
55
Suite Setup Start Flask App
66
Suite Teardown Stop Flask App
77
Library 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

0 commit comments

Comments
 (0)