mirror of
https://github.com/ansible/awx.git
synced 2026-07-05 13:28:04 -02:30
stabilize local test runs
This commit is contained in:
@@ -58,7 +58,8 @@ module.exports = {
|
||||
|
||||
projects.section.list.waitForElementVisible('@add');
|
||||
projects.section.list.expect.element('@add').enabled;
|
||||
projects.section.list.click('@add');
|
||||
|
||||
client.pause(1000); projects.section.list.click('@add');
|
||||
|
||||
projects.waitForElementVisible('label[for="name"] + div input');
|
||||
projects.waitForElementVisible('label[for="organization"] + div input');
|
||||
@@ -269,6 +270,7 @@ module.exports = {
|
||||
templates.waitForElementVisible('smart-search input');
|
||||
templates.expect.element('smart-search input').enabled;
|
||||
|
||||
client.pause(1000).waitForElementNotVisible('div.spinny');
|
||||
templates.sendKeys('smart-search input', `${TEMPLATE_NAME}${client.Keys.ENTER}`);
|
||||
templates.waitForElementVisible('div.spinny');
|
||||
templates.waitForElementNotVisible('div.spinny');
|
||||
|
||||
Reference in New Issue
Block a user