Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Playwright E2E tests: Multiple signed in roles #10561

Merged
merged 40 commits into from
Dec 8, 2023

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    6d0668c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e99ca49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e90115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c71f95e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aa81cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b04cdc View commit details
    Browse the repository at this point in the history
  7. Fix rebase

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    29ae83b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1ec104 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4a780a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27221a2 View commit details
    Browse the repository at this point in the history
  11. Fix all failing tests

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    263f515 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    768ca6d View commit details
    Browse the repository at this point in the history
  13. Update the auth setup

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a27e226 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fb22c66 View commit details
    Browse the repository at this point in the history
  15. Update testing cases

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3ca7bcd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    74598aa View commit details
    Browse the repository at this point in the history
  17. Tidy up comments

    Co-authored-by: Thomas Roberts <[email protected]>
    tarhi-saad and opr committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d54759c View commit details
    Browse the repository at this point in the history
  18. Remove unnecessary comment

    Co-authored-by: Thomas Roberts <[email protected]>
    tarhi-saad and opr committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2552bb5 View commit details
    Browse the repository at this point in the history
  19. Update comments

    Co-authored-by: Thomas Roberts <[email protected]>
    tarhi-saad and opr committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f87427a View commit details
    Browse the repository at this point in the history
  20. Remove unnecessary comment

    Co-authored-by: Thomas Roberts <[email protected]>
    tarhi-saad and opr committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    913f58b View commit details
    Browse the repository at this point in the history
  21. Update comment for Guest case

    Co-authored-by: Thomas Roberts <[email protected]>
    tarhi-saad and opr committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    84f3d21 View commit details
    Browse the repository at this point in the history
  22. Remove confusing comment

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3d9fb92 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd09d82 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    12d5357 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c254a36 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    436bc81 View commit details
    Browse the repository at this point in the history
  27. Remove commented code

    Co-authored-by: Thomas Roberts <[email protected]>
    tarhi-saad and opr committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    27c98e3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    73d9b27 View commit details
    Browse the repository at this point in the history
  29. Refactor testing cases

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bdc6f19 View commit details
    Browse the repository at this point in the history
  30. Rename testing file

    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6024135 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5f67b4a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5b58fc0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4bcccbf View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6c1f7c5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a662985 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7fa1e5a View commit details
    Browse the repository at this point in the history
  37. Run Multiple sign-in roles to the global-setup phase

    In this step of the Playwright's setup, we can add the multiple sign-in
    roles and keeping the admin logged by default.
    This fixes the issue of failing tests `logged out` error.
    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    63f69a8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    007c05f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4ae8dd1 View commit details
    Browse the repository at this point in the history
  40. Remove unnecessary login as admin from test files

    The admin profile is set by default
    tarhi-saad committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4fe2bb8 View commit details
    Browse the repository at this point in the history