Skip to content

Cypress tests: test "Add and delete a session launcher in the project's sessions list" is not re-runnable #4301

@leafty

Description

@leafty

The test "Add and delete a session launcher in the project's sessions list" found in cypress-tests/cypress/e2e/v2/sessionLaunchers.cy.ts is not re-runnable. This means that if it fails on the first attempt, then all subsequent attempts will fail too (because session launchers are not cleaned upon test failure).

Resolution: cleanup the session launcher if the test fails, so that re-runs (attemtps 2 and attempt 3) can succeed. As it is now, any flakyness in the first run will break down the entire test run (see also #4300 for why flakes can happen).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions