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

Improve Site Editor performance tests #48138

Merged
merged 23 commits into from
Mar 7, 2023

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    184bf0d View commit details
    Browse the repository at this point in the history
  2. Restore some comments

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    01bc9e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dbc1fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a1298c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    835f3c6 View commit details
    Browse the repository at this point in the history
  6. Clear local storage in pageSetup

    Clearing local storage on a page that we're about to close can throw error because the current context could be an iframe, not the top level document. Attempting to clear the LS in an iframe would end up throwing the `Failed to read the 'localStorage' property from 'Window': Access is denied for this document` error.
    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f4a1a9f View commit details
    Browse the repository at this point in the history
  7. Try wait longer for the SE

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f2f52a1 View commit details
    Browse the repository at this point in the history
  8. Clean up a few bits

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0ab0c95 View commit details
    Browse the repository at this point in the history
  9. Add missing path param

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    dee6e71 View commit details
    Browse the repository at this point in the history
  10. Remove temp code

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    fbe4439 View commit details
    Browse the repository at this point in the history
  11. Fix LS clearing

    An `about:blank` page cannot have its LS cleared. It will throw `Evaluation failed: DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.`
    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f84146c View commit details
    Browse the repository at this point in the history
  12. Add more tweaks

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    edd93b6 View commit details
    Browse the repository at this point in the history
  13. Revert "Try uploading artifacts to see why CI is failing"

    This reverts commit f86fa08.
    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4a549fc View commit details
    Browse the repository at this point in the history
  14. Improve wording

    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    91bdc33 View commit details
    Browse the repository at this point in the history
  15. Remove obsolete path param

    As in #48094
    WunderBart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3781e85 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Add sequence util

    WunderBart committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    10d7c04 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    8486b48 View commit details
    Browse the repository at this point in the history
  2. Don't use hacky selectors

    WunderBart committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6dcc933 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    5623f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f60cb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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