Skip to content

Commit 99e1675

Browse files
committed
[DO NOT MERGE] make robotframework tests fail.
1 parent 9a5da59 commit 99e1675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Create category with name in English and Russian
2626
Input Text id=nameRu Космос
2727
Submit Form id=add-category-form
2828
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!
3030
# TODO: verify that after changing language, header will be in Russian
3131

3232
*** Keywords ***

src/test/robotframework/series/access.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Anonymous user cannot create series
1414

1515
Opening a page of non-existing series show an error
1616
[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
1818
Element Text Should Be id=error-code 404
1919
Element Text Should Be id=error-msg Requested page${\n}not found
2020

0 commit comments

Comments
 (0)