Merge pull request #2816 from ansible/jakemcdermott-smoke-break

update expected color vals of active tab in smoke test

Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
             https://github.com/jakemcdermott
This commit is contained in:
softwarefactory-project-zuul[bot]
2018-11-28 04:02:31 +00:00
committed by GitHub

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