Investigate headed
differences in the UI tests for Firefox
#6876
Labels
Milestone
headed
differences in the UI tests for Firefox
#6876
In #6872 we noticed some differences for the rendering of the "Click to add a cell" button in Firefox when running the Playwright tests.
default (on CI)
The "Click to add a cell" button is displayed even when not actively hovering on it.
--headed
The "Click to add a cell" button is not displayed, which is the expected behavior.
We should consider investigating this more or report an issue on https://github.com/microsoft/playwright. Or check again later if the workaround can be removed in a future Playwright version:
notebook/ui-tests/test/utils.ts
Lines 38 to 48 in c77ebdc
The text was updated successfully, but these errors were encountered: