Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get tests running on firefox #627

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

prushforth
Copy link
Member

@prushforth prushforth commented Dec 7, 2021

Closes #631

- reticle.test.js - focus leaflet container with page.focus()
- axisInferring.test.js - use EPSILON value of 0.0000001 for comparison of
gcrs coordinates
- queryLink.test.js - use .click(selector, {force: true} ).
See https://playwright.dev/docs/input#forcing-the-click for why this might
be a problem, seems to only be a problem on firefox.
- featureLinks.test.js - simplify, get running on firefox
@prushforth prushforth marked this pull request as draft December 7, 2021 11:52
- run all tests on chromium and firefox
- layerContextMenu.test.js - does not fix underlying issue with layer 
context menu, but eliminates other issues.
- viewerContextMenu.test.js - does not fix underlying issue with the
context menu, which is due to a playwright bug, but simplifies the code
a little bit.  Should run when the latter bug is fixed in playwright 1.19
Clean up context menu code that is non-functional (I think).
Upgrade playwright to ^1.17.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get tests running on firefox browser
1 participant