fix tests for getUserMenu context (check for presence instead of visibility)
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = {
|
||||
})
|
||||
await this
|
||||
.click('@userMenuBtn')
|
||||
.waitForElementNotVisible('@userMenuContainer')
|
||||
.waitForElementNotPresent('@userMenuContainer')
|
||||
return menu
|
||||
},
|
||||
getFileHeaderItems: async function () {
|
||||
|
||||
Reference in New Issue
Block a user