Skip to content

Commit

Permalink
test: fixed zero config test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Jun 11, 2024
1 parent c425099 commit 189dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/config.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Config', () => {
});

it('Should show empty state', () => {
cy.visit('/zero-config.html')
cy.visit('/')
.contains('No entrypoint URL found. Please check your configuration.');
});

Expand Down

0 comments on commit 189dbc5

Please sign in to comment.