File tree Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Documentation Verify miscellaneous aspects of category creation
3
3
Library Selenium2Library
4
4
Suite Setup Before Test Suite
5
5
Suite Teardown After Test Suite
6
- Test Setup Before Test
7
6
Force Tags category misc
8
7
9
8
*** Test Cases ***
@@ -25,14 +24,11 @@ Category name should be modified by replacing multiple spaces by one
25
24
26
25
*** Keywords ***
27
26
Before Test Suite
28
- [Documentation] Open browsers, register fail hook and login as admin
27
+ [Documentation] Login as admin and go to create category page
29
28
Open Browser ${SITE_URL } ${BROWSER }
30
29
Register Keyword To Run On Failure Log Source
31
30
Log In As login=admin password=test
32
-
33
- Before Test
34
- [Documentation] Open create category page
35
- Go To ${SITE_URL } /category/add
31
+ Go To ${SITE_URL } /category/add
36
32
37
33
After Test Suite
38
34
[Documentation] Log out and close browser
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Documentation Verify category creation validation scenarios
3
3
Library Selenium2Library
4
4
Suite Setup Before Test Suite
5
5
Suite Teardown After Test Suite
6
- Test Setup Before Test
7
6
Force Tags category validation
8
7
9
8
*** Test Cases ***
@@ -67,14 +66,11 @@ Create category with existing name
67
66
68
67
*** Keywords ***
69
68
Before Test Suite
70
- [Documentation] Open browsers, register fail hook and login as admin
69
+ [Documentation] Login as admin and go to create category page
71
70
Open Browser ${SITE_URL } ${BROWSER }
72
71
Register Keyword To Run On Failure Log Source
73
72
Log In As login=admin password=test
74
-
75
- Before Test
76
- [Documentation] Open create category page
77
- Go To ${SITE_URL } /category/add
73
+ Go To ${SITE_URL } /category/add
78
74
79
75
After Test Suite
80
76
[Documentation] Log out and close browser
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Documentation Verify miscellaneous aspects of country creation
3
3
Library Selenium2Library
4
4
Suite Setup Before Test Suite
5
5
Suite Teardown After Test Suite
6
- Test Setup Before Test
7
6
Force Tags country misc
8
7
9
8
*** Test Cases ***
@@ -25,14 +24,11 @@ Country name should be modified by replacing multiple spaces by one
25
24
26
25
*** Keywords ***
27
26
Before Test Suite
28
- [Documentation] Open browsers, register fail hook and login as admin
27
+ [Documentation] Login as admin and go to create country page
29
28
Open Browser ${SITE_URL } ${BROWSER }
30
29
Register Keyword To Run On Failure Log Source
31
30
Log In As login=admin password=test
32
-
33
- Before Test
34
- [Documentation] Open create country page
35
- Go To ${SITE_URL } /country/add
31
+ Go To ${SITE_URL } /country/add
36
32
37
33
After Test Suite
38
34
[Documentation] Log out and close browser
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Documentation Verify country creation validation scenarios
3
3
Library Selenium2Library
4
4
Suite Setup Before Test Suite
5
5
Suite Teardown After Test Suite
6
- Test Setup Before Test
7
6
Force Tags country validation
8
7
9
8
*** Test Cases ***
@@ -67,14 +66,11 @@ Create country with existing name
67
66
68
67
*** Keywords ***
69
68
Before Test Suite
70
- [Documentation] Open browsers, register fail hook and login as admin
69
+ [Documentation] Login as admin and go to create country page
71
70
Open Browser ${SITE_URL } ${BROWSER }
72
71
Register Keyword To Run On Failure Log Source
73
72
Log In As login=admin password=test
74
-
75
- Before Test
76
- [Documentation] Open create country page
77
- Go To ${SITE_URL } /country/add
73
+ Go To ${SITE_URL } /country/add
78
74
79
75
After Test Suite
80
76
[Documentation] Log out and close browser
You can’t perform that action at this time.
0 commit comments