You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E2E tests on keycloak are failing with following error:
Scenario: Alice can share this weeks meal plan with all parents # tests/e2e/cucumber/features/journeys/kindergarten.feature:21
✖ failed
page.waitForResponse: Timeout 30000ms exceeded while waiting for event "response"
at Session.login (/var/www/owncloud/web/tests/e2e/support/objects/runtime/session.ts:42:18)
at getTokenFromLogin (/var/www/owncloud/web/tests/e2e/support/utils/tokenHelper.ts:27:31)
at async setAdminToken (/var/www/owncloud/web/tests/e2e/cucumber/environment/index.ts:184:10)
at async World.<anonymous> (/var/www/owncloud/web/tests/e2e/cucumber/environment/index.ts:71:5)
Given "Admin" creates following users using API
│ id │
│ Alice │
│ Brian │
│ Carol │
- skipped
And "Admin" creates following group using API
│ id │
│ sales │
│ security │
- skipped
And "Admin" adds user to the group using API
│ user │ group │
│ Brian │ sales │
- skipped
When "Alice" logs in
- skipped
Description
E2E tests on keycloak are failing with following error:
Build:
The text was updated successfully, but these errors were encountered: