Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Nov 20, 2024
1 parent b4b704c commit 5c77d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/start-webworker/cypress/e2e/work.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe('Basic Test', () => {
it('should work', () => {
cy.visit('/docs');
cy.visit('/app/docs');
cy.get('input').should('have.value', '@Wxh16144');

cy.get('button').click();
Expand Down

0 comments on commit 5c77d3d

Please sign in to comment.