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 one failing E2E test on Firefox, skip the other one (#1809)
* Fix one failing E2E test on Firefox
It seems that reloading the page immediately after editing an entry
isn't triggering the autosave on Firefox. We can work around this by
navigating to another entry before reloading, which does trigger the
autosave.
* Skip one failing E2E test on Firefox
There appears to be a Playwright bug with locator.fill() on Firefox,
where the locator waits forever for the textarea to be editable. This
happens even if you have added "expect(...).toBeEditable()" immediately
before the locator.fill(). Since this bug appears to be Firefox-specific,
we will simply skip this test on Firefox until the bug is solved.
0 commit comments