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
On Linux, it passes in headed in Firefox and fails in headless. Looks like some issue with the implementation of headless in Firefox. What I don't understand is why the page renders element input[id=":r1:"] instead of input[id=":R6lal9l6kud6:"], probably some feature detection that affects the behavior.
What I don't understand is why the page renders element input[id=":r1:"] instead of input[id=":R6lal9l6kud6:"], probably some feature detection that affects the behavior.
This was the most difficult part while writing this example test...
Version
1.49.1
Steps to reproduce
-> On my local setup everything works fine (same firefox version, but on a arm macos system (https://playwright.azureedge.net/builds/firefox/1466/firefox-mac-arm64.zip))
Expected behavior
Working test, which can fill values into a input element which was created by a DatePicker.
Actual behavior
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: