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

MLR E2E Updates #11389

Merged
merged 36 commits into from Aug 1, 2023
Merged

MLR E2E Updates #11389

merged 36 commits into from Aug 1, 2023

Commits on Jul 21, 2023

  1. Update Overlay page to use submit function

    Nicholas Summers committed Jul 21, 2023
    Copy the full SHA
    ccdefe4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Bring down wait times in cypress tests

    Nicholas Summers committed Jul 24, 2023
    Copy the full SHA
    38716a6 View commit details
    Browse the repository at this point in the history
  2. Attempt revamp of saving entities in modal overlays

    Nicholas Summers committed Jul 24, 2023
    Copy the full SHA
    96539ff View commit details
    Browse the repository at this point in the history
  3. Try turning off autosave in overlay

    Nicholas Summers committed Jul 24, 2023
    Copy the full SHA
    e3a8fac View commit details
    Browse the repository at this point in the history
  4. Add timeout on authentication

    Nicholas Summers committed Jul 24, 2023
    Copy the full SHA
    0dcf00f View commit details
    Browse the repository at this point in the history
  5. Try clearing session between logins

    Nicholas Summers committed Jul 24, 2023
    Copy the full SHA
    20e584f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Remove clear session

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    33982f9 View commit details
    Browse the repository at this point in the history
  2. Remove clear session

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    cb8f218 View commit details
    Browse the repository at this point in the history
  3. Remove Timeout

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    56c0473 View commit details
    Browse the repository at this point in the history
  4. Update node version for e2e tests to use nvmrc

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    911a858 View commit details
    Browse the repository at this point in the history
  5. Update to setupnodev3

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    ff7a030 View commit details
    Browse the repository at this point in the history
  6. Remove findByText for get and find in form stepdefs

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    c2a60dc View commit details
    Browse the repository at this point in the history
  7. Remove deprecated xpath and get rid of waitUntil in cypress

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    18d3b57 View commit details
    Browse the repository at this point in the history
  8. Update deploy for E2E tests

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    067d253 View commit details
    Browse the repository at this point in the history
  9. Swap checkout in e2e test

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    0273f76 View commit details
    Browse the repository at this point in the history
  10. Remove node setup for e2e tests

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    564dd54 View commit details
    Browse the repository at this point in the history
  11. Fix accessibility deployment

    Nicholas Summers committed Jul 25, 2023
    Copy the full SHA
    5121172 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Add timeout to every get, wait, visit, find call

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    f960d1d View commit details
    Browse the repository at this point in the history
  2. Remove xpath and waituntil dependencies

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    0fb9f7e View commit details
    Browse the repository at this point in the history
  3. Swap out invoke function for get

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    9dcfa0e View commit details
    Browse the repository at this point in the history
  4. Reset default timeout to 4 seconds

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    af7c702 View commit details
    Browse the repository at this point in the history
  5. Remove individual timeouts on each cypress action

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    7bff752 View commit details
    Browse the repository at this point in the history
  6. Swap table button calls to get method

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    66803b9 View commit details
    Browse the repository at this point in the history
  7. Add wait swapping between admin and user

    Nicholas Summers committed Jul 26, 2023
    Copy the full SHA
    bcf6a0d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Turn back on autosave

    Nicholas Summers committed Jul 27, 2023
    Copy the full SHA
    9a32ebe View commit details
    Browse the repository at this point in the history
  2. Slightly longer wait on waiting for release

    Nicholas Summers committed Jul 27, 2023
    Copy the full SHA
    c777343 View commit details
    Browse the repository at this point in the history
  3. Slightly longer wait before setting login to make sure auth call goes…

    … through
    Nicholas Summers committed Jul 27, 2023
    Copy the full SHA
    385246d View commit details
    Browse the repository at this point in the history
  4. Add tests for submitting for the modaloverlaypage

    Nicholas Summers committed Jul 27, 2023
    Copy the full SHA
    7dd49ca View commit details
    Browse the repository at this point in the history
  5. Add test for entering and closing the overlay for modaloverlay

    Nicholas Summers committed Jul 27, 2023
    Copy the full SHA
    6c80116 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix footer showing previous on first page and nowhere on mlr

    Nicholas Summers committed Jul 28, 2023
    Copy the full SHA
    a4e7175 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fix missing text on MLR Reporting page

    Nicholas Summers committed Jul 29, 2023
    Copy the full SHA
    8d588c3 View commit details
    Browse the repository at this point in the history
  2. Move EntityProvider to index for neater import

    Nicholas Summers committed Jul 29, 2023
    Copy the full SHA
    82b20d5 View commit details
    Browse the repository at this point in the history
  3. Overhaul entire MLR Reporting Page

    Nicholas Summers committed Jul 29, 2023
    Copy the full SHA
    0ca73e1 View commit details
    Browse the repository at this point in the history
  4. Fix up testing definitions

    Nicholas Summers committed Jul 29, 2023
    Copy the full SHA
    ef347c2 View commit details
    Browse the repository at this point in the history
  5. PR cleanup

    Nicholas Summers committed Jul 29, 2023
    Copy the full SHA
    87867ef View commit details
    Browse the repository at this point in the history
  6. Add back mobile/tablet view for modal overlay entities

    Nicholas Summers committed Jul 29, 2023
    Copy the full SHA
    46995ad View commit details
    Browse the repository at this point in the history