Skip to content

Commit a2bdeb0

Browse files
committed
[DO NOT MERGE] make robotframework tests fail.
1 parent 5cbe3e3 commit a2bdeb0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
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
Go To ${SITE_URL}/category/space?lang=ru
3131
Element Text Should Be id:page-header Космос
3232

src/test/robotframework/selenium.utils.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Wait Until Element Value Is
6262

6363
Select Random Option From List
6464
[Documentation] Choose a random option from a select element
65-
[Arguments] ${locator}
65+
[Arguments] ${locator}
6666
${options}= Get List Items ${locator}
6767
${size}= Get Length ${options}
6868
${randomIndex}= Evaluate random.randint(0, ${size}-1) modules=random

src/test/robotframework/series/access.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Anonymous user cannot create series
1313
Element Text Should Be id:error-msg Forbidden
1414

1515
Opening a page of non-existing series show an error
16-
Go To ${SITE_URL}/series/999
16+
Go To ${SITE_URL}/series/1
1717
Element Text Should Be id:error-code 404
1818
Element Text Should Match Regexp id:error-msg Requested page[\\n\\r]+not found
1919

src/test/robotframework/series/search/logic-anonymous.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Suite Teardown Close Browser
77
Force Tags series search logic
88

99
*** Test Cases ***
10-
Search series by non-existing catalog number
10+
Search series by non-existing catalog number
1111
Input Text id:catalogNumber 888
1212
Select Random Option From List id:catalogName
1313
Submit Form id:search-series-form

0 commit comments

Comments
 (0)