Skip to content

Commit

Permalink
Fix automated test for manual user activation (#14978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson authored and sampaiodiego committed Aug 7, 2019
1 parent cfc9cd0 commit 89bb885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pageobjects/administration.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ class Administration extends Page {
}

getUserFromList(user) {
browser.element('.user-info').waitForVisible(5000);
const element = browser.element(`td=${ user }`);
element.waitForVisible(5000);
return element;
Expand Down

0 comments on commit 89bb885

Please sign in to comment.