Skip to content

Commit dc331b5

Browse files
committed
1 parent 1c4c3b9 commit dc331b5

65 files changed

Lines changed: 142 additions & 198 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*** Settings ***
2+
Documentation Global Test Suites Configuration
3+
Library SeleniumLibrary
4+
Suite Setup Before All Test Suites
5+
6+
*** Keywords ***
7+
Before All Test Suites
8+
Register Keyword To Run On Failure Log Source

src/test/robotframework/account/activation/logic.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Activate account with only required info (fill only mandatory fields)
2929

3030
*** Keywords ***
3131
Before Test Suite
32-
Open Browser about:blank ${BROWSER}
33-
Register Keyword To Run On Failure Log Source
32+
Open Browser about:blank ${BROWSER}
3433

3534
Before Test
3635
Go To ${SITE_URL}/account/activate

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Password with allowed characters should be accepted
5555

5656
*** Keywords ***
5757
Before Test Suite
58-
Open Browser ${SITE_URL}/account/activate ${BROWSER}
59-
Register Keyword To Run On Failure Log Source
58+
Open Browser ${SITE_URL}/account/activate ${BROWSER}
6059

6160
Name should not cause an error
6261
[Arguments] ${name}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ User cannot activate account again
1414

1515
*** Keywords ***
1616
Before Test Suite
17-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
18-
Register Keyword To Run On Failure Log Source
19-
Log In As login=coder password=test
17+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
18+
Log In As login=coder password=test
2019

2120
Before Test
2221
Go To ${SITE_URL}/account/activate

src/test/robotframework/account/activation/validation.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ Activate account with wrong activation key
102102

103103
*** Keywords ***
104104
Before Test Suite
105-
Open Browser ${SITE_URL}/account/activate ${BROWSER}
106-
Register Keyword To Run On Failure Log Source
105+
Open Browser ${SITE_URL}/account/activate ${BROWSER}
107106

108107
Login should not contain repeated special characters
109108
[Arguments] ${login}

src/test/robotframework/account/authentication/logic.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ Log out
2323

2424
*** Keywords ***
2525
Before Test Suite
26-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
27-
Register Keyword To Run On Failure Log Source
26+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
2827

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ User cannot authenticate again
1414

1515
*** Keywords ***
1616
Before Test Suite
17-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
18-
Register Keyword To Run On Failure Log Source
19-
Log In As login=coder password=test
17+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
18+
Log In As login=coder password=test
2019

2120
Before Test
2221
Go To ${SITE_URL}/account/auth

src/test/robotframework/account/authentication/validation.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ Authenticate with invalid credentials
2222

2323
*** Keywords ***
2424
Before Test Suite
25-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
26-
Register Keyword To Run On Failure Log Source
25+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
2726

src/test/robotframework/account/registration/logic.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ After account creation an e-mail with activation link should be send
2929

3030
*** Keywords ***
3131
Before Test Suite
32-
Open Browser ${SITE_URL}/account/register ${BROWSER}
33-
Register Keyword To Run On Failure Log Source
32+
Open Browser ${SITE_URL}/account/register ${BROWSER}
3433

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ Email should be striped from leading and trailing spaces
1313

1414
*** Keywords ***
1515
Before Test Suite
16-
Open Browser ${SITE_URL}/account/register ${BROWSER}
17-
Register Keyword To Run On Failure Log Source
16+
Open Browser ${SITE_URL}/account/register ${BROWSER}
1817

0 commit comments

Comments
 (0)