@@ -8,13 +8,13 @@ Force Tags country logic
8
8
9
9
*** Test Cases ***
10
10
Create country with name in English
11
- [Documentation] Verify creation of country by filling only mandatory fields
12
- Input Text id=name Germany
13
- Submit Form id=add-country-form
14
- Location Should Be ${SITE_URL } /country/germany
15
- Element Text Should Be id=page-header Stamps of Germany
16
- Go To ${SITE_URL } /series/add
17
- Country Field Should Be Germany
11
+ [Documentation] Verify creation of country by filling only mandatory fields
12
+ Input Text id=name Germany
13
+ Submit Form id=add-country-form
14
+ Location Should Be ${SITE_URL } /country/germany
15
+ Element Text Should Be id=page-header Stamps of Germany
16
+ Go To ${SITE_URL } /series/add
17
+ Country Field Should Have Option Germany
18
18
19
19
Create country with name in English and Russian
20
20
[Documentation] Verify creation of country by specifying names in 2 languages
@@ -52,7 +52,7 @@ Log Out
52
52
[Documentation] Log out current user
53
53
Submit Form id=logout-form
54
54
55
- Country Field Should Be
55
+ Country Field Should Have Option
56
56
[Documentation] Verify the selection of the select list that is using selectize.js
57
57
[Arguments] ${value }
58
58
# We can't use "List Selection Should Be" because
0 commit comments