-
Bug
-
Resolution: Unresolved
-
Critical
-
1.10.0
-
1
-
False
-
-
False
-
-
Test Case: `e2e/plugins/application-provider.spec.ts › Test ApplicationProvider › Verify that the TestPage is rendered`
Failure Message: `TimeoutError: locator.waitFor: Timeout 5000ms exceeded.`
Root Cause Analysis: The test timed out waiting for the 'application/provider TestPage' heading to become visible, despite the element being fully rendered in the screenshot. This indicates a potential race condition or a problem with the test's visibility check, as the element exists but is not detected as visible within the timeout period.
- links to