-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Labels
Description
Description
I want to report a strange behavior, when components work fine for end users, but fail in Playwright. Which makes it impossible to write an e2e test due to false negative result.
Here is an example.
Link to Reproduction (or Detailed Explanation)
https://codesandbox.io/p/devbox/tj7g8p
Steps to Reproduce
Screenshare.-.2025-05-15.9_55_38.PM.mp4
I render a Select in a Popup.
- Click on the Popup trigger opens the content;
- Click on the Select trigger opens the menu;
- Click on a menu item selects the value.
- the popup remains open
In the playwright, click on a menu item closes the popup. (Same behavior in manual clicking and in the test runner)
Ark UI Version
5.9.1
Framework
- React
- Solid
- Vue
Browser
No response
Additional Information
No response