File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Create category with name in English and Russian
26
26
Input Text id=nameRu Космос
27
27
Submit Form id=add-category-form
28
28
Location Should Be ${SITE_URL } /category/space
29
- Element Text Should Be id=page-header Space
29
+ Element Text Should Be id=page-header Space!
30
30
# TODO: verify that after changing language, header will be in Russian
31
31
32
32
*** Keywords ***
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Anonymous user cannot create series
14
14
15
15
Opening a page of non-existing series show an error
16
16
[Documentation] Verify that access to non-existing series returns 404 error
17
- Go To ${SITE_URL } /series/999
17
+ Go To ${SITE_URL } /series/1
18
18
Element Text Should Be id=error-code 404
19
19
Element Text Should Be id=error-msg Requested page${\n } not found
20
20
You can’t perform that action at this time.
0 commit comments