mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Updating to fix linting error
This commit is contained in:
@@ -176,8 +176,8 @@ module.exports = {
|
|||||||
client.expect.element('#node-1 text').text.not.equal('').after(5000);
|
client.expect.element('#node-1 text').text.not.equal('').after(5000);
|
||||||
client.expect.element('#node-2 text').text.not.equal('').after(5000);
|
client.expect.element('#node-2 text').text.not.equal('').after(5000);
|
||||||
client.expect.element('#node-3 text').text.not.equal('').after(5000);
|
client.expect.element('#node-3 text').text.not.equal('').after(5000);
|
||||||
client.expect.element('#node-4 text').text.not.equal('').after(5000);
|
client.expect.element('#node-4 text').text.not.equal('').after(5000);
|
||||||
|
|
||||||
client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-job")]/..');
|
client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-job")]/..');
|
||||||
client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-project")]/..');
|
client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-project")]/..');
|
||||||
client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-inventory")]/..');
|
client.useXpath().waitForElementVisible('//*[contains(@class, "WorkflowChart-nameText") and contains(text(), "test-actions-inventory")]/..');
|
||||||
|
|||||||
Reference in New Issue
Block a user