-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ajout cas tests & correction message erreur cc non traité no CDT
- Loading branch information
victor
committed
Jan 16, 2025
1 parent
47d7035
commit 54eb05a
Showing
7 changed files
with
338 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
packages/code-du-travail-frontend/src/modules/contributions/__tests__/ui.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { | ||
byText, | ||
byLabelText, | ||
byTestId, | ||
byRole, | ||
} from "testing-library-selector"; | ||
|
||
export const ui = { | ||
generic: { | ||
linkDisplayInfo: byText( | ||
"Afficher les informations sans sélectionner une convention collective" | ||
), | ||
title: byText("Que dit le code du travail ?"), | ||
}, | ||
}; |
Oops, something went wrong.