chore: update cypress

This commit is contained in:
Anthony Fu 2022-02-17 21:06:42 +08:00
parent 51671028c5
commit 5956b053f1

View File

@ -19,7 +19,7 @@ context('Basic', () => {
cy.contains('[Default Layout]') cy.contains('[Default Layout]')
.should('exist') .should('exist')
cy.get('.btn') cy.get('[btn]')
.click() .click()
.url() .url()
.should('eq', 'http://localhost:3333/') .should('eq', 'http://localhost:3333/')