Commit 8896edb
committed
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: I5ee5b3fc6a683f68da99e219b32784c3f5d4bfb71 parent 7cbfc7a commit 8896edb
File tree
1 file changed
+1
-1
lines changed- examples/playwright/src/tests
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments