fix tests for getUserMenu context (check for presence instead of visibility)

This commit is contained in:
Florian Schade
2021-06-23 14:00:04 +02:00
parent a01d379908
commit 359e1f8dfe
@@ -34,7 +34,7 @@ module.exports = {
})
await this
.click('@userMenuBtn')
.waitForElementNotVisible('@userMenuContainer')
.waitForElementNotPresent('@userMenuContainer')
return menu
},
getFileHeaderItems: async function () {