Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly failure on keycloak pipeline #10860

Closed
PrajwolAmatya opened this issue Apr 30, 2024 · 1 comment · Fixed by #10856
Closed

Nightly failure on keycloak pipeline #10860

PrajwolAmatya opened this issue Apr 30, 2024 · 1 comment · Fixed by #10856
Assignees
Labels

Comments

@PrajwolAmatya
Copy link
Contributor

Description

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

Build:

@saw-jan saw-jan self-assigned this Apr 30, 2024
@saw-jan
Copy link
Member

saw-jan commented Apr 30, 2024

Needs changes similar to owncloud/ocis@bdbba92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants