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

e2e tests for temporal data - RISDEV-3848 #319

Merged
merged 8 commits into from
May 13, 2024
Merged

e2e tests for temporal data - RISDEV-3848 #319

merged 8 commits into from
May 13, 2024

Commits on May 6, 2024

  1. Add e2e tests for temporal data page

    RISDEV-3848
    hamo225 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8937481 View commit details
    Browse the repository at this point in the history
  2. Update e2e tests

    Adds test for editing
    Joins tests for adding, editing, deleting together (for now)
    
    RISDEV-3848
    hamo225 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d2f9775 View commit details
    Browse the repository at this point in the history
  3. Update e2e tests

    RISDEV-3848
    hamo225 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    87a0124 View commit details
    Browse the repository at this point in the history
  4. Cleanup e2e: remove before each

    RISDEV-3848
    hamo225 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    09c8a11 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Adjusts e2e

    RISDEV-3848
    hamo225 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0f9ade9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ab575b6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Updates e2e tests

    - removes await with toBe assertion as does not return a promise
    
    - removed the waitForResponse as not needed
    
    - created a setup function that to be used at the start and finish of the test
    
    RISDEV-3848
    hamo225 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    368e148 View commit details
    Browse the repository at this point in the history
  2. Adds url for test page

    RISDEV-3848
    hamo225 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3c7af33 View commit details
    Browse the repository at this point in the history