Skip to content

Commit

Permalink
fix(docs-e2e): 'www' in landing page url failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JowiAoun authored and MFarabi619 committed Oct 17, 2024
1 parent 808ab53 commit 9c289df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs-e2e/src/docs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const CUHACKING_2025_LANDING_PAGE_GITHUB_REPOSITORY_URL = `${GITHUB_BASE_URL}/la

const CUHACKING_2025_DOCS_URL = `${DOCS_BASE_URL}/docs`

const CUHACKING_2025_LANDING_PAGE_URL = 'https://www.cuhacking.ca/'
const CUHACKING_2025_LANDING_PAGE_URL = 'https://cuhacking.ca/'

/* ---------------- MOBILE + DESKTOP + TABLET ---------------- */
test.describe(`Common MOBILE, TABLET and DESKTOP Layout Elements`, {
Expand Down

0 comments on commit 9c289df

Please sign in to comment.