Skip to content

Commit

Permalink
ajout de tests sur le footer
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Dec 10, 2023
1 parent 4c7c554 commit 5545b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/behat/features/MembersArea/Index.feature
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Feature: Espace membre, accueil
Then The page "1" of the PDF should contain "Code Désignation Prix"
Then The page "1" of the PDF should contain "ADH Adhésion AFUP jusqu'au 01/01/2024 30.00 €"
Then The page "1" of the PDF should contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should not contain "Numéro de TVA intercommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "e869bc7f6406b276ba4a7ac845aabafc"

@reloadDbWithTestData @vat
Expand All @@ -85,6 +86,7 @@ Feature: Espace membre, accueil
Then The page "1" of the PDF should contain "Code Désignation Prix"
Then The page "1" of the PDF should contain "ADH Adhésion AFUP jusqu'au 01/01/2025 30.00 €"
Then The page "1" of the PDF should contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should not contain "Numéro de TVA intercommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "f3c953196f966bf99c385957bb38bd83"

@reloadDbWithTestData @vat
Expand All @@ -105,6 +107,7 @@ Feature: Espace membre, accueil
Then The page "1" of the PDF should contain "Code Désignation Prix"
Then The page "1" of the PDF should contain "ADH Adhésion AFUP jusqu'au 02/01/2024 150.00 €"
Then The page "1" of the PDF should contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should not contain "Numéro de TVA intercommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "7feed06ea4905cb0bf198c4f1cf6d211"

@reloadDbWithTestData @vat
Expand All @@ -125,6 +128,7 @@ Feature: Espace membre, accueil
Then The page "1" of the PDF should contain "Code Désignation Prix"
Then The page "1" of the PDF should contain "ADH Adhésion AFUP jusqu'au 02/01/2025 150.00 €"
Then The page "1" of the PDF should contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should not contain "Numéro de TVA intercommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "15221d31bd121a16f5edf28b82adc76d"

@reloadDbWithTestData
Expand Down

0 comments on commit 5545b57

Please sign in to comment.