Skip to content

Commit

Permalink
fix tests for getUserMenu context (check for presence instead of visi…
Browse files Browse the repository at this point in the history
…bility)
  • Loading branch information
fschade committed Jun 23, 2021
1 parent a01d379 commit 359e1f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
})
await this
.click('@userMenuBtn')
.waitForElementNotVisible('@userMenuContainer')
.waitForElementNotPresent('@userMenuContainer')
return menu
},
getFileHeaderItems: async function () {
Expand Down

0 comments on commit 359e1f8

Please sign in to comment.