From e5645dd79864d59077057c819ae5544fc0963b2b Mon Sep 17 00:00:00 2001 From: John Hill Date: Thu, 29 Nov 2018 19:35:11 -0500 Subject: [PATCH] one more --- awx/ui/test/e2e/tests/test-templates-list-actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6c27571f8c..e324209704 100644 --- a/awx/ui/test/e2e/tests/test-templates-list-actions.js +++ b/awx/ui/test/e2e/tests/test-templates-list-actions.js @@ -177,7 +177,7 @@ module.exports = { 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.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")]/..');