File tree 26 files changed +27
-29
lines changed
26 files changed +27
-29
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Activate account with only required info (fill only mandatory fields)
29
29
30
30
*** Keywords ***
31
31
Before Test Suite
32
- Open Browser ${SITE_URL } ${BROWSER }
32
+ Open Browser ${SITE_URL } /account/activate ${BROWSER }
33
33
Register Keyword To Run On Failure Log Source
34
34
35
35
Before Test
Original file line number Diff line number Diff line change @@ -53,9 +53,8 @@ Password with allowed characters should be accepted
53
53
54
54
*** Keywords ***
55
55
Before Test Suite
56
- Open Browser ${SITE_URL } ${BROWSER }
56
+ Open Browser ${SITE_URL } /account/activate ${BROWSER }
57
57
Register Keyword To Run On Failure Log Source
58
- Go To ${SITE_URL } /account/activate
59
58
60
59
After Test Suite
61
60
Close Browser
Original file line number Diff line number Diff line change @@ -100,9 +100,8 @@ Activate account with wrong activation key
100
100
101
101
*** Keywords ***
102
102
Before Test Suite
103
- Open Browser ${SITE_URL } ${BROWSER }
103
+ Open Browser ${SITE_URL } /account/activate ${BROWSER }
104
104
Register Keyword To Run On Failure Log Source
105
- Go To ${SITE_URL } /account/activate
106
105
107
106
After Test Suite
108
107
Close Browser
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Documentation Common steps for login/logout of a user
4
4
*** Keywords ***
5
5
Log In As
6
6
[Documentation] Log in as a user
7
- [Arguments] ${login } ${password }
8
- Go To ${SITE_URL } /account/auth
7
+ [Arguments] ${login } ${password } ${ openPage } = ${ false }
8
+ Run Keyword If ${ openPage } Go To ${SITE_URL } /account/auth
9
9
Input Text id=login ${login }
10
10
Input Password id=password ${password }
11
11
Submit Form id=auth-account-form
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Create category with name in English and Russian
32
32
33
33
*** Keywords ***
34
34
Before Test Suite
35
- Open Browser ${SITE_URL } ${BROWSER }
35
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
36
36
Register Keyword To Run On Failure Log Source
37
37
Log In As login=admin password=test
38
38
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Category name in Russian should accept all allowed characters
37
37
38
38
*** Keywords ***
39
39
Before Test Suite
40
- Open Browser ${SITE_URL } ${BROWSER }
40
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
41
41
Register Keyword To Run On Failure Log Source
42
42
Log In As login=admin password=test
43
43
Go To ${SITE_URL } /category/add
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Create category with non-existing name but existing (non-unique) slug
86
86
87
87
*** Keywords ***
88
88
Before Test Suite
89
- Open Browser ${SITE_URL } ${BROWSER }
89
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
90
90
Register Keyword To Run On Failure Log Source
91
91
Log In As login=admin password=test
92
92
Go To ${SITE_URL } /category/add
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add a series with too many number of stamps
25
25
26
26
*** Keywords ***
27
27
Before Test Suite
28
- Open Browser ${SITE_URL } ${BROWSER }
28
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
29
29
Register Keyword To Run On Failure Log Source
30
30
Log In As login=coder password=test
31
31
# We need a series with more than 1 stamp, so the number-of-stamps field won't be hidden.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Create country with name in English and Russian
30
30
31
31
*** Keywords ***
32
32
Before Test Suite
33
- Open Browser ${SITE_URL } ${BROWSER }
33
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
34
34
Register Keyword To Run On Failure Log Source
35
35
Log In As login=admin password=test
36
36
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Country name in Russian should accept all allowed characters
37
37
38
38
*** Keywords ***
39
39
Before Test Suite
40
- Open Browser ${SITE_URL } ${BROWSER }
40
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
41
41
Register Keyword To Run On Failure Log Source
42
42
Log In As login=admin password=test
43
43
Go To ${SITE_URL } /country/add
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Create country with forbidden names
86
86
87
87
*** Keywords ***
88
88
Before Test Suite
89
- Open Browser ${SITE_URL } ${BROWSER }
89
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
90
90
Register Keyword To Run On Failure Log Source
91
91
Log In As login=admin password=test
92
92
Go To ${SITE_URL } /country/add
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Create participant with full info (fill all fields)
37
37
38
38
*** Keywords ***
39
39
Before Test Suite
40
- Open Browser ${SITE_URL } ${BROWSER }
40
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
41
41
Register Keyword To Run On Failure Log Source
42
42
Log In As login=admin password=test
43
43
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Name and url should be stripped from leading and trailing spaces
17
17
18
18
*** Keywords ***
19
19
Before Test Suite
20
- Open Browser ${SITE_URL } ${BROWSER }
20
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
21
21
Register Keyword To Run On Failure Log Source
22
22
Log In As login=admin password=test
23
23
Go To ${SITE_URL } /participant/add
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Create participant with invalid url
31
31
32
32
*** Keywords ***
33
33
Before Test Suite
34
- Open Browser ${SITE_URL } ${BROWSER }
34
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
35
35
Register Keyword To Run On Failure Log Source
36
36
Log In As login=admin password=test
37
37
Go To ${SITE_URL } /participant/add
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add additional image by downloading a file from URL
24
24
25
25
*** Keywords ***
26
26
Before Test Suite
27
- Open Browser ${SITE_URL } ${BROWSER }
27
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
28
28
Register Keyword To Run On Failure Log Source
29
29
Log In As login=admin password=test
30
30
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Add image with URL to a file of unsupported type (not an image)
56
56
57
57
*** Keywords ***
58
58
Before Test Suite
59
- Open Browser ${SITE_URL } ${BROWSER }
59
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
60
60
Register Keyword To Run On Failure Log Source
61
61
Log In As login=admin password=test
62
62
Go To ${SITE_URL } /series/1
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Create series by filling all fields
78
78
79
79
*** Keywords ***
80
80
Before Test Suite
81
- Open Browser ${SITE_URL } ${BROWSER }
81
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
82
82
Register Keyword To Run On Failure Log Source
83
83
Log In As login=admin password=test
84
84
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Comment should be stripped from leading and trailing spaces
93
93
94
94
*** Keywords ***
95
95
Before Test Suite
96
- Open Browser ${SITE_URL } ${BROWSER }
96
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
97
97
Register Keyword To Run On Failure Log Source
98
98
Log In As login=admin password=test
99
99
Go To ${SITE_URL } /series/add
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Create series with too long comment
101
101
102
102
*** Keywords ***
103
103
Before Test Suite
104
- Open Browser ${SITE_URL } ${BROWSER }
104
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
105
105
Register Keyword To Run On Failure Log Source
106
106
Log In As login=admin password=test
107
107
Go To ${SITE_URL } /series/add
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Create series with empty required fields
16
16
17
17
*** Keywords ***
18
18
Before Test Suite
19
- Open Browser ${SITE_URL } ${BROWSER }
19
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
20
20
Register Keyword To Run On Failure Log Source
21
21
Log In As login=coder password=test
22
22
Go To ${SITE_URL } /series/add
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Submit a request with a document that couldn't be parsed
143
143
144
144
*** Keywords ***
145
145
Before Test Suite
146
- Open Browser ${SITE_URL } ${BROWSER }
146
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
147
147
Register Keyword To Run On Failure Log Source
148
148
Log In As login=admin password=test
149
149
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Submit request with invalid url
24
24
25
25
*** Keywords ***
26
26
Before Test Suite
27
- Open Browser ${SITE_URL } ${BROWSER }
27
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
28
28
Register Keyword To Run On Failure Log Source
29
29
Log In As login=admin password=test
30
30
Go To ${SITE_URL } /series/import/request
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Url should be stripped from leading and trailing spaces
15
15
16
16
*** Keywords ***
17
17
Before Test Suite
18
- Open Browser ${SITE_URL } ${BROWSER }
18
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
19
19
Register Keyword To Run On Failure Log Source
20
20
Log In As login=admin password=test
21
21
Go To ${SITE_URL } /series/1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Create series sales with invalid url
20
20
21
21
*** Keywords ***
22
22
Before Test Suite
23
- Open Browser ${SITE_URL } ${BROWSER }
23
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
24
24
Register Keyword To Run On Failure Log Source
25
25
Log In As login=admin password=test
26
26
Go To ${SITE_URL } /series/1
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Admin should see a link for listing categories
37
37
38
38
*** Keywords ***
39
39
Before Test Suite
40
- Open Browser ${SITE_URL } ${BROWSER }
40
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
41
41
Register Keyword To Run On Failure Log Source
42
42
Log In As login=admin password=test
43
43
Go To ${SITE_URL } /
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ User should not see a link to a list of import requests
17
17
18
18
*** Keywords ***
19
19
Before Test Suite
20
- Open Browser ${SITE_URL } ${BROWSER }
20
+ Open Browser ${SITE_URL } /account/auth ${BROWSER }
21
21
Register Keyword To Run On Failure Log Source
22
22
Log In As login=coder password=test
23
23
Go To ${SITE_URL } /
You can’t perform that action at this time.
0 commit comments