Skip to content

Commit

Permalink
do not wait for oC authorize page
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Feb 18, 2022
1 parent 5a43820 commit 9034abc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/acceptance/helpers/loginHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ module.exports = {
await client.page.ocisLoginPage().login(userId, password)
} else {
await client.page.ownCloudLoginPage().login(userId, password)
await client.page.ownCloudAuthorizePage().authorize()
// web is added as trusted in the oC10 server
// so there will not be AuthorizePage
// await client.page.ownCloudAuthorizePage().authorize()
}
await client.page
.webPage()
Expand Down

0 comments on commit 9034abc

Please sign in to comment.