Skip to content

Commit

Permalink
Update cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingphilippe committed Jul 29, 2024
1 parent ce7d972 commit 4d7d82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/translations/csv/fr.csv
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
"Manage settings and team","Gérer les paramètres et l'équipe"
"Manage API integration","Gérer l’intégration de l’API"
"default","par défaut"
"Email template","Gabarit de courriel"
"Text message template","Gabarit de message texte"
"Menu","Menu"
"API documentation","Documentation API"
"Platform admin","Administrateur de la plateforme"
Expand Down
2 changes: 1 addition & 1 deletion tests_cypress/cypress/e2e/admin/template-filters.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import config from "../../../config";
import { TemplateFiltersPage as Page } from "../../Notify/Admin/Pages/all";

const types = {
en: ["Email template", "Text message template"],
en: ["Email", "Text message"],
fr: ["Courriel", "Message texte"],
};

Expand Down

0 comments on commit 4d7d82e

Please sign in to comment.