From 6205a5db83a59a9090efb4c91ddc034e324323af Mon Sep 17 00:00:00 2001 From: John Hill Date: Thu, 29 Nov 2018 19:11:27 -0500 Subject: [PATCH] Updating to fix linting error --- awx/ui/test/e2e/tests/test-templates-list-actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/test/e2e/tests/test-templates-list-actions.js b/awx/ui/test/e2e/tests/test-templates-list-actions.js index 0ffba23a1b..6c27571f8c 100644 --- a/awx/ui/test/e2e/tests/test-templates-list-actions.js +++ b/awx/ui/test/e2e/tests/test-templates-list-actions.js @@ -176,8 +176,8 @@ module.exports = { client.expect.element('#node-1 text').text.not.equal('').after(5000); client.expect.element('#node-2 text').text.not.equal('').after(5000); client.expect.element('#node-3 text').text.not.equal('').after(5000); - client.expect.element('#node-4 text').text.not.equal('').after(5000); - + client.expect.element('#node-4 text').text.not.equal('').after(5000); + client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-job")]/..'); client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-project")]/..'); client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-inventory")]/..');