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

Fix flaky playwright Theia Main Menu test #13951

Merged

Commits on Jul 25, 2024

  1. Fix flaky playwright Theia Main Menu test

    We are observing cases where the `.getByRole('button', { name: 'OK' })` resolved to multiple elements (e.g. [here](https://github.com/eclipse-theia/theia/actions/runs/10025491100)).
    
    With this change we limit the selection to the dialog shell and hopefully remove this ambiguity.
    
    Contributed on behalf of STMicroelectronics.
    
    Change-Id: I5ee5b3fc6a683f68da99e219b32784c3f5d4bfb7
    planger committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    78e338d View commit details
    Browse the repository at this point in the history