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

update expected color vals of active tab in smoke test

This commit is contained in:
Jake McDermott 2018-11-27 22:46:16 -05:00 committed by GitHub
parent d928ccd922
commit 2e3949d612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ module.exports = {
client.waitForElementVisible('div.spinny');
client.waitForElementNotVisible('div.spinny');
client.expect.element('#hosts_tab').css('background-color').contain('132, 137, 146');
client.expect.element('#hosts_tab').css('background-color').contain('100, 105, 114');
client.useCss();
client.waitForElementVisible(addHost);