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

Test #7794

Closed
wants to merge 1 commit into from
Closed

Test #7794

wants to merge 1 commit into from

Conversation

idanovo
Copy link
Contributor

@idanovo idanovo commented May 22, 2024

Closes #(Insert issue number closed by this PR)

Change Description

Background

Share context and relevant information for the PR: offline discussions, considerations, design decisions etc.

Bug Fix

If this PR is a bug fix, please let us know about:

  1. Problem - The reason for opening the bug
  2. Root cause - Discovered root cause after investigation
  3. Solution - How the bug was fixed

New Feature

If this PR introduces a new feature, describe it here.

Testing Details

How were the changes tested?

Breaking Change?

Does this change break any existing functionality? (API, CLI, Clients)

Additional info

Logs, outputs, screenshots of changes if applicable (CLI / GUI changes)

Contact Details

How can we get in touch with you if we need more info? (ex. [email protected])

Copy link

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@idanovo idanovo closed this May 22, 2024
Copy link

E2E Test Results - DynamoDB Local - Local Block Adapter

5 passed, 1 failed, 7 skipped

Test failures:
  Setup Page › successfully submiting the form: common/setup.spec.ts

setup.spec.ts:39:9 successfully submiting the form

[common-setup] › common/setup.spec.ts:39:9 › Setup Page › successfully submiting the form ────────

Test timeout of 30000ms exceeded.

Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================

  57 |         const loginPage = new LoginPage(loginTab);
  58 |         await loginPage.doLogin(credentials.accessKeyId, credentials.secretAccessKey);
> 59 |         await loginTab.waitForURL(/.*\/repositories/);
     |                        ^
  60 |         const repositoriesPage = new RepositoriesPage(loginTab);
  61 |         await expect(repositoriesPage.noRepositoriesTitleLocator).toBeVisible();
  62 |

    at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/setup.spec.ts:59:24

attachment #1: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/common-setup-Setup-Page-successfully-submiting-the-form-common-setup/trace.zip
Usage:

    npx playwright show-trace test-results/common-setup-Setup-Page-successfully-submiting-the-form-common-setup/trace.zip

────────────────────────────────────────────────────────────────────────────────────────────────

This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.

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

Successfully merging this pull request may close these issues.

1 participant