File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Wait Until Element Value Is
6262
6363Select 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Anonymous user cannot create series
1313 Element Text Should Be id:error-msg Forbidden
1414
1515Opening 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Suite Teardown Close Browser
77Force 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
You can’t perform that action at this time.
0 commit comments