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

Commits on Dec 5, 2021

  1. WIP get tests running on firefox

    - reticle.test.js - focus leaflet container with page.focus()
    prushforth committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    022a090 View commit details
    Browse the repository at this point in the history
  2. WIP get tests running on firefox

    - axisInferring.test.js - use EPSILON value of 0.0000001 for comparison of
    gcrs coordinates
    prushforth committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    539c38a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. WIP get tests running on firefox

    - 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.
    prushforth committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    6ba68a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. WIP get tests running on firefox

    - featureLinks.test.js - simplify, get running on firefox
    prushforth committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a7593c7 View commit details
    Browse the repository at this point in the history
  2. WIP get tests running on firefox

    - run all tests on chromium and firefox
    prushforth committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    003a7c7 View commit details
    Browse the repository at this point in the history
  3. WIP get tests running on firefox

    - layerContextMenu.test.js - does not fix underlying issue with layer 
    context menu, but eliminates other issues.
    prushforth committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    675b356 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. WIP get tests running on firefox

    - 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
    prushforth committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    223a718 View commit details
    Browse the repository at this point in the history
  2. WIP get tests running on firefox

    Clean up context menu code that is non-functional (I think).
    prushforth committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    23f033e View commit details
    Browse the repository at this point in the history
  3. WIP get tests running on firefox

    Upgrade playwright to ^1.17.0
    prushforth committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    da3599c View commit details
    Browse the repository at this point in the history