Skip to content

Commit

Permalink
Wait for emlement to be clickable in openSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 authored and benfrancis committed Jul 1, 2021
1 parent fa507d8 commit ac03f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/browser/page-object/settings-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class SettingSection extends Section {
const el = this.rootElement!;
const href = await el.getAttribute('href');
const id = await el.getAttribute('id');
await el.waitForClickable();
await el.click();

switch (id) {
Expand Down

0 comments on commit ac03f50

Please sign in to comment.