From fc2d15838eeb58c02bc2dab8f6fb051d3377f4aa Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Tue, 28 Sep 2021 08:27:11 -0700 Subject: [PATCH] 2052 Added a couple quick fixes to hopefully help smaller browser windows from breaking the tests. --- backend/src/integration/resources/SHIBUI-1740-4.side | 7 +++++++ backend/src/integration/resources/SHIBUI-1742-1.side | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/backend/src/integration/resources/SHIBUI-1740-4.side b/backend/src/integration/resources/SHIBUI-1740-4.side index 1eb3c7722..77631079b 100644 --- a/backend/src/integration/resources/SHIBUI-1740-4.side +++ b/backend/src/integration/resources/SHIBUI-1740-4.side @@ -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": "", diff --git a/backend/src/integration/resources/SHIBUI-1742-1.side b/backend/src/integration/resources/SHIBUI-1742-1.side index 4130b1254..3e60ce581 100644 --- a/backend/src/integration/resources/SHIBUI-1742-1.side +++ b/backend/src/integration/resources/SHIBUI-1742-1.side @@ -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": "",