Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohe2015 committed Apr 14, 2022
1 parent a90edc9 commit ee34e90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/e2e/new-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1540,11 +1540,7 @@ async function checkSettingEmptyPasswordFails(helper: Helper) {
await helper.driver.findElement(By.css(`a[href="/users"]`))
);
form = await helper.form("pw-users");
form.setField("filters,id", id);
await helper.waitUntilLoaded();
await helper.waitUntilLoaded();
await helper.waitUntilLoaded();
await helper.waitUntilLoaded();
await form.setField("filters,id", id);
await helper.waitUntilLoaded();

await helper.click(
Expand Down

0 comments on commit ee34e90

Please sign in to comment.