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
Describe the bug
When testing the Ludo game in headless mode, the tests fail because the bot cannot click on nodes (not visible).
To Reproduce
Steps to reproduce the behavior:
Run the tests in headless
Expected behavior
The tests shouldn't fail becaues the nodes are visible.
Desktop (please complete the following information):
OS: Windows
Additional context
The nodes exist and can be used (e.g. using tabs and enter), but they cannot be found when clicked as they are apparently not visible on screen (see #67)
The text was updated successfully, but these errors were encountered:
When using a real headless enviroment everything seems to work fine.
On Windows the node cannot be found and an error is thrown.
On MAC, it doesn't throw an error but the node isn't clicked.
Describe the bug
When testing the Ludo game in headless mode, the tests fail because the bot cannot click on nodes (not visible).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tests shouldn't fail becaues the nodes are visible.
Desktop (please complete the following information):
Additional context
The nodes exist and can be used (e.g. using tabs and enter), but they cannot be found when clicked as they are apparently not visible on screen (see #67)
The text was updated successfully, but these errors were encountered: