Skip to content

[flake] e2e flake: Register and navigate to portal await expect(submitButton) #2108

Description

@mjudeikis
[portal-e2e] 2026-06-23T09:37:25.395Z ensureAccountExists:wait-ready account=acc-root-17822073
[portal-e2e] 2026-06-23T09:37:25.395Z waitForAccountReady:start account=acc-root-17822073 timeout=180s
F

  1) test-register-and-navigate.test.ts:64:7 › Home Page › Register and navigate to portal ─────────

    Error: expect(locator).toBeEnabled() failed

    Locator:  getByRole('button', { name: /^(Save|Submit)$/ }).first()
    Expected: enabled
    Received: disabled
    Timeout:  10000ms

    Call log:
      - Expect "toBeEnabled" with timeout 10000ms
      - waiting for getByRole('button', { name: /^(Save|Submit)$/ }).first()
        24 × locator resolved to <button disabled type="button" part="button" role="button" aria-label=" Save " class="ui5-button-root" data-sap-focus-ref="true" aria-description="Default Action">…</button>
           - unexpected value "disabled"


       at helpers/account.ts:112

      110 |
      111 |     for (let attempt = 0; attempt < 4; attempt++) {
    > 112 |       await expect(submitButton).toBeEnabled({ timeout: 10000 });
          |                                  ^
      113 |       await submitButton.click();
      114 |
      115 |       const outcome = await Promise.race([
        at ensureAccountExists (/home/runner/work/helm-charts/helm-charts/local-setup/e2e/helpers/account.ts:112:34)
        at /home/runner/work/helm-charts/helm-charts/local-setup/e2e/test-register-and-navigate.test.ts:98:7

    attachment #1: video (video/webm) ──────────────────────────────────────────────────────────────
    test-results/test-register-and-navigate-2decd-ster-and-navigate-to-portal/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: test-results/test-register-and-navigate-2decd-ster-and-navigate-to-portal/error-context.md

  1 failed
    test-register-and-navigate.test.ts:64:7 › Home Page › Register and navigate to portal ──────────
[portal-e2e] 2026-06-23T09:37:29.437Z waitForAccountReady:done account=acc-root-17822073

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions