We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab8a13 commit 65f4635Copy full SHA for 65f4635
src/test/robotframework/country/creation/validation.robot
@@ -64,6 +64,14 @@ Create country with existing name
64
Element Text Should Be id=name.errors Country already exists
65
Element Text Should Be id=nameRu.errors Country already exists
66
67
+Create country with existing name but in a different case
68
+ [Documentation] Verify that validation of non-unique name is case insensitive
69
+ Input Text id=name italy
70
+ Input Text id=nameRu италия
71
+ Submit Form id=add-country-form
72
+ Element Text Should Be id=name.errors Country already exists
73
+ Element Text Should Be id=nameRu.errors Country already exists
74
+
75
*** Keywords ***
76
Before Test Suite
77
[Documentation] Login as admin and go to create country page
0 commit comments