From 906086a49df0a8e04786ea504b2e525d6e6b11e0 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 6 Dec 2018 10:39:28 -0700 Subject: [PATCH] [SHIBUI-922] Removed unnecessary wait. --- .../src/integration/resources/CreateFilterScript.side | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/backend/src/integration/resources/CreateFilterScript.side b/backend/src/integration/resources/CreateFilterScript.side index 16a399e44..7af77db4f 100644 --- a/backend/src/integration/resources/CreateFilterScript.side +++ b/backend/src/integration/resources/CreateFilterScript.side @@ -727,13 +727,6 @@ ["xpath=//p", "xpath:position"] ], "value": "eval(true);" - }, { - "id": "d7ba08bc-52bc-4ef1-8c9e-a5ecbdcf75bb", - "comment": "", - "command": "waitForElementVisible", - "target": "", - "targets": [], - "value": "30000ms" }, { "id": "38c76223-9080-4938-81b0-2f3c4706e943", "comment": "", @@ -806,4 +799,4 @@ }], "urls": ["http://localhost:10101/"], "plugins": [] -} \ No newline at end of file +}