Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize preload test by resetting preferences before the test starts
This test kept failing for me, and I isolated it to if a test before it had run await admin.visitSiteEditor(), then the preload test would fail because the user had previously visited the site editor. By resetting preferences before the test runs, it allows a cleaner enviroment and the test has consistent results.
- Loading branch information