Skip to content

Commit

Permalink
test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
icelandld committed Jun 17, 2024
1 parent 5072844 commit a09c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/route.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('test for route creation', () => {
it('check route works', () => {
if (routeName) {
const clientBase = `${Cypress.env('clientUrl')}`;
cy.visit(`${clientBase}/mock`);
cy.visit(`${clientBase}/mock/anything`);
cy.get('body').should('contain', 'httpbin.org');
} else {
throw new Error('route creation failed');
Expand Down

0 comments on commit a09c458

Please sign in to comment.