Skip to content

Commit

Permalink
Update formatting guide URLs for in routing and tests (#1924)
Browse files Browse the repository at this point in the history
* chore: update formatting guide URLs for in routing and tests

* revert: undo change i didnt mean to make

* fix: update gca page tests with new URL

---------

Co-authored-by: William B <[email protected]>
  • Loading branch information
andrewleith and whabanks authored Aug 12, 2024
1 parent 1785fb7 commit cbd6124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/articles/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"accessibility": {"en": "/accessibility", "fr": "/accessibilite"},
"bounce_guidance": {"en": "/updating-contact-information", "fr": "/maintenir-a-jour-les-coordonnees"},
"features": {"en": "/features", "fr": "/fonctionnalites"},
"formatting_guide": {"en": "/formatting-emails", "fr": "/guide-mise-en-forme"},
"formatting_guide": {"en": "/formatting-emails", "fr": "/mettre-en-forme-les-courriels"},
"guidance": {"en": "/guidance", "fr": "/guides-reference"},
"home": {"en": "/home", "fr": "/accueil"},
"message_delivery_status": {"en": "/understanding-delivery-and-failure", "fr": "/comprendre-statut-de-livraison"},
Expand Down
2 changes: 1 addition & 1 deletion tests_cypress/cypress/e2e/admin/a11y/gca_pages.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const langs = ["en", "fr"];
const fullPageList = [
{ en: "/accessibility", fr: "/accessibilite" },
{ en: "/features", fr: "/fonctionnalites" },
{ en: "/formatting-emails", fr: "/guide-mise-en-forme" },
{ en: "/formatting-emails", fr: "/mettre-en-forme-les-courriels" },
{ en: "/service-level-agreement", fr: "/accord-niveaux-de-service" },
{ en: "/guidance", fr: "/guides-reference" },
{ en: "/home", fr: "/accueil" },
Expand Down

0 comments on commit cbd6124

Please sign in to comment.