Skip to content

Commit

Permalink
2052
Browse files Browse the repository at this point in the history
Added a couple quick fixes to hopefully help smaller browser windows
from breaking the tests.
  • Loading branch information
Bill Smith committed Sep 28, 2021
1 parent 7f27797 commit fc2d158
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1740-4.side
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,13 @@
"target": "id=role-anonymousUser",
"targets": [],
"value": "label=ROLE_USER"
}, {
"id": "dd8ed48b-eb9d-4ee9-9188-2312f5ea964b",
"comment": "",
"command": "waitForElementNotVisible",
"target": "xpath=//div[@role=\"alert\"]",
"targets": [],
"value": "30000"
}, {
"id": "a001ad79-c8ef-4308-a0d7-73843385621d",
"comment": "",
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1742-1.side
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@
"target": "id=role-anonymousUser",
"targets": [],
"value": "label=ROLE_ENABLE"
}, {
"id": "21ab7479-9782-4b44-a169-732c957c6d01",
"comment": "",
"command": "waitForElementNotVisible",
"target": "xpath=//div[@role=\"alert\"]",
"targets": [],
"value": "30000"
}, {
"id": "58c0e31f-f73c-4b5c-82b2-7825dc5efa67",
"comment": "",
Expand Down

0 comments on commit fc2d158

Please sign in to comment.