Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine frontend navigation tests into fewer tests to speed up e2e te…
…sts (#50681) There is quite a bit of setup needed for each of the frontend navigation tests, and by combining them into fewer tests we can speed them up and follow the best practices of write fewer but longer tests: https://playwright.dev/docs/best-practices#write-fewer-tests-but-longer-tests * Simplify setup logic for creating navigation menu for frontend interaction tests * Combine submenu interaction tests into one test * Rename parent test to make it more clearly different from child test * Combine overlay menu interactions into one test
- Loading branch information