Skip to content

Commit

Permalink
Slugify Collectives and Pages
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Miakshyn <[email protected]>
  • Loading branch information
Koc committed Jan 3, 2025
1 parent ae0cbea commit 1f3e553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/page-landingpage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Page landing page', function() {
cy.get('.recent-pages-widget .recent-page-tile')
.contains('Page 3')
.click()
cy.url().should('include', `/apps/collectives/${encodeURIComponent(collective)}/${encodeURIComponent('Page 3')}`)
cy.url().should('include', `/apps/collectives/Landingpage-Collective-4/page-66-Page-3`)

Check failure on line 56 in cypress/e2e/page-landingpage.spec.js

View workflow job for this annotation

GitHub Actions / NPM lint

Strings must use singlequote
})
})

Expand Down

0 comments on commit 1f3e553

Please sign in to comment.