use prompt inventory list id

This commit is contained in:
Jake McDermott 2018-06-22 13:13:02 -04:00
parent ef4607b29f
commit d3b71858df
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -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;