Update dependency cypress to v13 (#11570)
* Update dependency cypress to v13 * Update cypress.config.ts * Fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c768e1cf5e
commit
35a6595080
4 changed files with 30 additions and 12 deletions
|
@ -227,7 +227,6 @@ describe("Spotlight", () => {
|
|||
cy.spotlightSearch().type("{backspace}");
|
||||
cy.get(".mx_SpotlightDialog_filter").should("not.exist");
|
||||
|
||||
cy.spotlightSearch().type("{downArrow}");
|
||||
cy.spotlightSearch().type("{downArrow}");
|
||||
cy.get("#mx_SpotlightDialog_button_explorePublicRooms").should("have.attr", "aria-selected", "true");
|
||||
cy.spotlightSearch().type("{enter}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue