Skip to content

Investigate if random failing tests are caused by race condition of REST client #617

@andyuk1986

Description

@andyuk1986

Description

There are a few random failing tests which may be caused by race condition of REST client.
For example , the failure screenshot below:

Image

Here it is not the case that the page is not refreshed, if I go to expiration Edition page I can see that the value for expiration is still 11h. Seems that the expiration disable operation doesn't handled properly by REST on this line:

cy.get('[data-cy=expirationSwitch]').uncheck({force: true});

Also there is another screencast for another area which randomly fails on different browsers:

Screencast.From.2025-07-29.05-38-26.mp4

Implementation ideas

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions