File tree 4 files changed +4
-4
lines changed
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
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
Go To ${SITE_URL } /category/space?lang=ru
31
31
Element Text Should Be id:page-header Космос
32
32
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Wait Until Element Value Is
62
62
63
63
Select Random Option From List
64
64
[Documentation] Choose a random option from a select element
65
- [Arguments] ${locator }
65
+ [Arguments] ${locator }
66
66
${options } = Get List Items ${locator }
67
67
${size } = Get Length ${options }
68
68
${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
13
13
Element Text Should Be id:error-msg Forbidden
14
14
15
15
Opening a page of non-existing series show an error
16
- Go To ${SITE_URL } /series/999
16
+ Go To ${SITE_URL } /series/1
17
17
Element Text Should Be id:error-code 404
18
18
Element Text Should Match Regexp id:error-msg Requested page[\\n\\r]+not found
19
19
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Suite Teardown Close Browser
7
7
Force Tags series search logic
8
8
9
9
*** Test Cases ***
10
- Search series by non-existing catalog number
10
+ Search series by non-existing catalog number
11
11
Input Text id:catalogNumber 888
12
12
Select Random Option From List id:catalogName
13
13
Submit Form id:search-series-form
You can’t perform that action at this time.
0 commit comments