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 @@ -72,6 +72,14 @@ Create category with existing name but in a different case
72
72
Element Text Should Be id=name.errors Category already exists
73
73
Element Text Should Be id=nameRu.errors Category already exists
74
74
75
+ Create category with non-existing name but existing slug
76
+ [Documentation] Verify validation of non-unique slug
77
+ Input Text id=name Prehistoric - animals
78
+ # clear a value after a previous test to prevent its validation and looking up in database
79
+ Clear Element Text id=nameRu
80
+ Submit Form id=add-category-form
81
+ Element Text Should Be id=name.errors Category with similar name already exists
82
+
75
83
*** Keywords ***
76
84
Before Test Suite
77
85
[Documentation] Login as admin and go to create category page
You can’t perform that action at this time.
0 commit comments