You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flaky E2E test by using fresh frame locator after navigation
The ZIP import tests were failing because after navigating the WordPress
iframe to a marker page, the test was checking the body content immediately
before navigation completed.
Fixed by:
- Using website.wordpress() instead of the wordpress fixture to get a fresh
frame locator reference after navigation
- Increasing the timeout to 30 seconds to allow for iframe navigation time
0 commit comments