From 5956b053f1c2025ba5bc9493e6c6984e4daa1b22 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 17 Feb 2022 21:06:42 +0800 Subject: [PATCH] chore: update cypress --- cypress/integration/basic.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/basic.spec.ts b/cypress/integration/basic.spec.ts index 7aecabf..cf80076 100644 --- a/cypress/integration/basic.spec.ts +++ b/cypress/integration/basic.spec.ts @@ -19,7 +19,7 @@ context('Basic', () => { cy.contains('[Default Layout]') .should('exist') - cy.get('.btn') + cy.get('[btn]') .click() .url() .should('eq', 'http://localhost:3333/')