Closed sylvaindubus closed 5 years ago
This appears to be due to the use of "fixSessionCapabilities": "no-detect"
for Safari, as the test passes when feature tests are run. While skipping feature tests is a bit faster, it means that Intern may not have as precise a knowledge of browser capabilities, which can lead to test failures.
Using
Current behavior
In fullscreen mode in Safari, when I use the click() method on an element that is inside a fixed block, nothing happens. It works on Chrome.
How to reproduce
I've tried to reproduce a simple example where two buttons can be clicked to create small colored blocks.
While we can see both blue and green boxes on Chrome, only the blue one appears on Safari.
I think it could be a mouse position related issue.
index.html
intern.json
test.js
Results