mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
add expandable explanation and traceback details
This commit is contained in:
@@ -20,13 +20,11 @@ module.exports = {
|
||||
|
||||
configuration.waitForElementVisible(systemTab);
|
||||
configuration.click(systemTab);
|
||||
|
||||
configuration.waitForElementNotVisible(authView);
|
||||
configuration.waitForElementVisible(systemView);
|
||||
|
||||
configuration.waitForElementVisible(authTab);
|
||||
configuration.click(authTab);
|
||||
|
||||
configuration.waitForElementNotVisible(systemView);
|
||||
configuration.waitForElementVisible(authView);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user