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

Playwright started failing sporadically on timeouts #8540

Open
N-o-Z opened this issue Jan 22, 2025 · 0 comments
Open

Playwright started failing sporadically on timeouts #8540

N-o-Z opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@N-o-Z
Copy link
Member

N-o-Z commented Jan 22, 2025

Recently started failing often, passes after re-run

https://github.com/treeverse/lakeFS/actions/runs/12910101573/job/35999548365?pr=8538

1) [quickstart] › common/quickstart.spec.ts:102:9 › Quickstart › pull requests ───────────────────

    Test timeout of 30000ms exceeded.

    Error: locator.click: Test timeout of 30000ms exceeded.
    Call log:
      - waiting for locator('#pulls-tabs-tab-closed')


       at poms/pullsPage.ts:44

      42 |
      43 |     async gotoPullsTab(id: string): Promise<void> {
    > 44 |         await this.page.locator(`#pulls-tabs-tab-${id}`).click();
         |                                                          ^
      45 |     }
      46 |
      47 |     async getFirstPullsRowDetails(): Promise<{title: string, description: string}> {

        at PullsPage.gotoPullsTab (/home/runner/work/lakeFS/lakeFS/webui/test/e2e/poms/pullsPage.ts:44:58)
        at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/quickstart.spec.ts:[14](https://github.com/treeverse/lakeFS/actions/runs/12910101573/job/35999548365?pr=8538#step:10:15)2:25
@N-o-Z N-o-Z added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant