Skip to content

Commit

Permalink
fix: urls now that the NEXT_PUBLIC_API_URL no longer has a trailing s…
Browse files Browse the repository at this point in the history
…lash
  • Loading branch information
eleanorreem committed Aug 27, 2024
1 parent 840fe22 commit 74ee820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/tests/welcome.cy.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const welcomePageUrl = '/welcome';
const welcomePageUrl = 'welcome';
const invalidPartnerPageUrl = `${welcomePageUrl}/invalid-partner`;
const coursesPageUrl = '/courses';
const coursesPageUrl = 'courses';

describe('Welcome page should', () => {
before(() => {
Expand Down

0 comments on commit 74ee820

Please sign in to comment.