From 756474e8b6dc8722ed74373aad97029a4116e8d0 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Fri, 6 Sep 2019 09:04:15 -0700 Subject: [PATCH] NOJIRA Attempt at fixing the eval(true); textbox. Jenkins was having trouble passing the test with the supposed END_KEY being sent. Removed the need for the END_KEY. --- backend/src/integration/resources/SHIBUI-1392.side | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/integration/resources/SHIBUI-1392.side b/backend/src/integration/resources/SHIBUI-1392.side index 7069c809a..15edbf6fb 100644 --- a/backend/src/integration/resources/SHIBUI-1392.side +++ b/backend/src/integration/resources/SHIBUI-1392.side @@ -374,14 +374,14 @@ "command": "editContent", "target": "id=/nameIdFormatFilterTarget.target", "targets": [], - "value": "eval(true)" + "value": "(true);" }, { "id": "05870356-d3db-4540-bb3f-db34b1cf65f1", "comment": "", "command": "sendKeys", "target": "id=/nameIdFormatFilterTarget.target", "targets": [], - "value": "${KEY_END};" + "value": "eval" }, { "id": "d7721254-68c9-4140-af2a-1757cce99da7", "comment": "",