Skip to content

Commit 49ba80f

Browse files
committed
refactor: don't do log out right before closing a browser in the integration tests.
Giving that a browser will be closed, logging out is a superfluous action. I hope it also speed up the tests a little bit. No functional changes.
1 parent a048e02 commit 49ba80f

29 files changed

+1
-33
lines changed

src/test/robotframework/account/activation/misc-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ Before Test
2222
Go To ${SITE_URL}/account/activate
2323

2424
After Test Suite
25-
Log Out
2625
Close Browser

src/test/robotframework/account/authentication/misc-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ Before Test
2222
Go To ${SITE_URL}/account/auth
2323

2424
After Test Suite
25-
Log Out
2625
Close Browser

src/test/robotframework/account/registration/misc-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ Before Test
2222
Go To ${SITE_URL}/account/register
2323

2424
After Test Suite
25-
Log Out
2625
Close Browser
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*** Settings ***
2-
Documentation Common steps for login/logout of a user
2+
Documentation Common steps for users authentication
33
44
*** Keywords ***
55
Log In As
@@ -9,7 +9,3 @@ Log In As
99
Input Text id=login ${login}
1010
Input Password id=password ${password}
1111
Submit Form id=auth-account-form
12-
13-
Log Out
14-
[Documentation] Logout the current user
15-
Submit Form id=logout-form

src/test/robotframework/category/creation/logic.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ Before Test
4040
Go To ${SITE_URL}/category/add
4141

4242
After Test Suite
43-
Log Out
4443
Close Browser

src/test/robotframework/category/creation/misc.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ Before Test Suite
4343
Go To ${SITE_URL}/category/add
4444

4545
After Test Suite
46-
Log Out
4746
Close Browser

src/test/robotframework/category/creation/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@ Before Test Suite
9292
Go To ${SITE_URL}/category/add
9393

9494
After Test Suite
95-
Log Out
9695
Close Browser

src/test/robotframework/collection/add-series/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ Before Test Suite
3333
Go To ${SITE_URL}/series/2
3434

3535
After Test Suite
36-
Log Out
3736
Close Browser

src/test/robotframework/country/creation/logic.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Before Test
3838
Go To ${SITE_URL}/country/add
3939

4040
After Test Suite
41-
Log Out
4241
Close Browser
4342

4443
Country Field Should Have Option

src/test/robotframework/country/creation/misc.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ Before Test Suite
4343
Go To ${SITE_URL}/country/add
4444

4545
After Test Suite
46-
Log Out
4746
Close Browser

src/test/robotframework/country/creation/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@ Before Test Suite
9292
Go To ${SITE_URL}/country/add
9393

9494
After Test Suite
95-
Log Out
9695
Close Browser

src/test/robotframework/participant/creation/logic.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ Before Test
4545
Go To ${SITE_URL}/participant/add
4646

4747
After Test Suite
48-
Log Out
4948
Close Browser

src/test/robotframework/participant/creation/misc.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ Before Test Suite
2323
Go To ${SITE_URL}/participant/add
2424

2525
After Test Suite
26-
Log Out
2726
Close Browser

src/test/robotframework/participant/creation/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ Before Test Suite
3737
Go To ${SITE_URL}/participant/add
3838

3939
After Test Suite
40-
Log Out
4140
Close Browser

src/test/robotframework/series/add-image/logic.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ Before Test
3030
Go To ${SITE_URL}/series/1
3131

3232
After Test Suite
33-
Log Out
3433
Close Browser

src/test/robotframework/series/add-image/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ Before Test Suite
6262
Go To ${SITE_URL}/series/1
6363

6464
After Test Suite
65-
Log Out
6665
Close Browser

src/test/robotframework/series/creation/logic-admin.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ Before Test
8181
Go To ${SITE_URL}/series/add
8282

8383
After Test Suite
84-
Log Out
8584
Close Browser

src/test/robotframework/series/creation/logic-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ Before Test
6767
Go To ${SITE_URL}/series/add
6868

6969
After Test Suite
70-
Log Out
7170
Close Browser

src/test/robotframework/series/creation/misc-admin.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ Before Test Suite
2121
Go To ${SITE_URL}/series/add
2222

2323
After Test Suite
24-
Log Out
2524
Close Browser

src/test/robotframework/series/creation/misc-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Before Test Suite
9292
Go To ${SITE_URL}/series/add
9393

9494
After Test Suite
95-
Log Out
9695
Close Browser
9796

9897
Valid Catalog Numbers Should Be Accepted

src/test/robotframework/series/creation/validation-admin.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ Before Test Suite
6767
Go To ${SITE_URL}/series/add
6868

6969
After Test Suite
70-
Log Out
7170
Close Browser

src/test/robotframework/series/creation/validation-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Before Test Suite
6262
Go To ${SITE_URL}/series/add
6363

6464
After Test Suite
65-
Log Out
6665
Close Browser
6766

6867
Invalid Catalog Numbers Should Be Rejected

src/test/robotframework/series/import/request-logic.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Before Test
141141
Go To ${SITE_URL}/series/import/request
142142

143143
After Test Suite
144-
Log Out
145144
Close Browser
146145

147146
Link Should Point To

src/test/robotframework/series/import/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ Before Test Suite
3030
Go To ${SITE_URL}/series/import/request
3131

3232
After Test Suite
33-
Log Out
3433
Close Browser

src/test/robotframework/series/sales/misc.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ Before Test Suite
2121
Go To ${SITE_URL}/series/1
2222

2323
After Test Suite
24-
Log Out
2524
Close Browser

src/test/robotframework/series/sales/validation.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ Before Test Suite
4040
Go To ${SITE_URL}/series/1
4141

4242
After Test Suite
43-
Log Out
4443
Close Browser

src/test/robotframework/site/misc-admin.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ Before Test Suite
4343
Go To ${SITE_URL}/
4444

4545
After Test Suite
46-
Log Out
4746
Close Browser

src/test/robotframework/site/misc-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ Before Test Suite
4343
Go To ${SITE_URL}/
4444

4545
After Test Suite
46-
Log Out
4746
Close Browser

src/test/robotframework/togglz/access-user.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ Before Test Suite
1919
Log In As login=coder password=test
2020

2121
After Test Suite
22-
Log Out
2322
Close Browser

0 commit comments

Comments
 (0)