From d3b71858df57223cf51f2aa9dc2ca0cc22a4af79 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 22 Jun 2018 13:13:02 -0400 Subject: [PATCH] use prompt inventory list id --- awx/ui/test/e2e/tests/test-launch-jt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/test/e2e/tests/test-launch-jt.js b/awx/ui/test/e2e/tests/test-launch-jt.js index df9d8684ab..029945803d 100644 --- a/awx/ui/test/e2e/tests/test-launch-jt.js +++ b/awx/ui/test/e2e/tests/test-launch-jt.js @@ -112,7 +112,7 @@ module.exports = { templates.expect.element('i[class*="icon-launch"]').visible; templates.expect.element('i[class*="icon-launch"]').enabled; templates.click('i[class*="icon-launch"]'); - templates.waitForElementVisible('.Prompt-previewTag'); + templates.waitForElementVisible('#prompt-inventory'); templates.expect.element('#prompt_inventory_tab').visible; templates.expect.element('#prompt_inventory_tab').to.have.attribute('class').which.contains('at-Tab--active'); templates.expect.element('#prompt_inventory_next').visible;