Skip to content

Commit c44cb1c

Browse files
committed
country/creation/logic.robot: rename keyword.
Should be in df0b728 commit. No functional changes.
1 parent 085a209 commit c44cb1c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Force Tags country logic
88

99
*** Test Cases ***
1010
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
1818

1919
Create country with name in English and Russian
2020
[Documentation] Verify creation of country by specifying names in 2 languages
@@ -52,7 +52,7 @@ Log Out
5252
[Documentation] Log out current user
5353
Submit Form id=logout-form
5454

55-
Country Field Should Be
55+
Country Field Should Have Option
5656
[Documentation] Verify the selection of the select list that is using selectize.js
5757
[Arguments] ${value}
5858
# We can't use "List Selection Should Be" because

0 commit comments

Comments
 (0)