Skip to content

Commit

Permalink
chore: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Jun 19, 2024
1 parent 6bb548a commit abe7468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/1-the-whole-process/visit-sub-app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('whole process app render', () => {
cy.wait(4000);
cy.contains('[data-test=title]', HomeTitle)
.then(() => {
cy.get('[data-test=vite-count-btn]').click();
cy.get('[data-test=vite-count-btn]').click({ force: true });
cy.contains('button', 'count is: 1');
})
.then(() => {
Expand Down

0 comments on commit abe7468

Please sign in to comment.