Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REMOVEME][cypress/commands.js] Add "wait" for menuItems
NOTE: Pulling this in from another branch, but is already part of a separate PR. Just doing to help make CI "less red" By using a `cy.get` with this command, it forces a `wait` for the DOM to load with the menu. Using `cy.window` doesn't (seem to) do that. This probably could be smaller, but this is a workaround to fix the currently breaking tests using this method (currently only `menu.spec.js`).
- Loading branch information