File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/test/robotframework/series/creation Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,15 @@ Log Out
87
87
Invalid Catalog Numbers Should Be Rejected
88
88
[Documentation] Test that specifying catalog numbers cause an error
89
89
[Arguments] ${catalogNumbers }
90
+ # open page each time to be sure that we're starting from the clean state.
91
+ # Otherwise it's possible that there errors from the previous test and when
92
+ # we'll click on link for adding catalog numbers then fields become
93
+ # invisible (because link is toggling the visibility and when there are
94
+ # errors, fields are visible from the begining).
95
+ Go To ${SITE_URL } /series/add
90
96
Click Element id=add-catalog-numbers-link
91
- # wait until all fields with class js-catalogs-info will be visible
92
- Wait Until Element Is Visible id=michelNumbers
93
- Wait Until Element Is Visible id=scottNumbers
94
- Wait Until Element Is Visible id=yvertNumbers
97
+ # we should wait until all 4 fields with class js-catalogs-info will be
98
+ # visible but for simplicity we just check that the last field is visible
95
99
Wait Until Element Is Visible id=gibbonsNumbers
96
100
Input Text id=michelNumbers ${catalogNumbers }
97
101
Input Text id=scottNumbers ${catalogNumbers }
You can’t perform that action at this time.
0 commit comments