File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/test/robotframework/category/creation Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,14 @@ Create category with existing name
64
64
Element Text Should Be id=name.errors Category already exists
65
65
Element Text Should Be id=nameRu.errors Category already exists
66
66
67
+ Create category 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 sport
70
+ Input Text id=nameRu спорт
71
+ Submit Form id=add-category-form
72
+ Element Text Should Be id=name.errors Category already exists
73
+ Element Text Should Be id=nameRu.errors Category already exists
74
+
67
75
*** Keywords ***
68
76
Before Test Suite
69
77
[Documentation] Login as admin and go to create category page
You can’t perform that action at this time.
0 commit comments