1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

update smoke test for new job results view

This commit is contained in:
Jake McDermott 2018-04-03 22:45:03 -04:00
parent cf4b29c6d5
commit e4ad34fa14
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -296,7 +296,7 @@ module.exports = {
client.waitForElementVisible('div.spinny');
client.waitForElementNotVisible('div.spinny');
client.waitForElementVisible('.JobResults-detailsPanel');
client.waitForElementVisible('at-job-details');
client.waitForElementNotPresent(running, 60000);
client.waitForElementVisible(success, 60000);