Skip to content

Commit

Permalink
afup#1416 rib et rib_ce
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Jan 14, 2024
1 parent be49fe8 commit 04471b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/behat/features/Admin/Events/FacturesEvennement.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feature: Administration - Évènements - Factures d'évènement
Then The page "1" of the PDF should contain "Payé par CB le 25/06/2023"
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 "TOTAL TTC 250 €"
Then the checksum of the response content should be "bc22d5485b29a7e4258cf40ca24af67f"
Then the checksum of the response content should be "2d793ea2af0b3bedd659f966aa2f7c66"

@reloadDbWithTestData
@vat
Expand All @@ -52,7 +52,7 @@ Feature: Administration - Évènements - Factures d'évènement
Then The page "1" of the PDF should contain "Payé par CB le 02/01/2024"
Then The page "1" of the PDF should not contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should contain "Numéro de TVA intracommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "e0ea03688103cc03fd9c507c1cf30dab"
Then the checksum of the response content should be "ef875609e9ba83241f36fa9fe27f88e9"

@reloadDbWithTestData
@clearEmails
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Feature: Administration - Trésorerie - Devis/Facture
Then The page "1" of the PDF should contain "forum_php_2023 Forum PHP 2023 - Sponsoring Bronze 1.00 1000.00 € 1000 €"
Then The page "1" of the PDF should contain "TOTAL 1000 €"
Then The page "1" of the PDF should contain "TVA non applicable - art. 293B du CGI"
Then the checksum of the response content should be "9ad7aeae75768031bb7098a80a403c7b"
Then the checksum of the response content should be "aa4520e276cad2edde2e016fbbfba309"


@reloadDbWithTestData
Expand Down
8 changes: 4 additions & 4 deletions tests/behat/features/MembersArea/Index.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Feature: Espace membre, accueil
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 intracommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "2e334b2ea4b010d7ca71fe128370b07e"
Then the checksum of the response content should be "75c417df20d9dabb75cb1dcd32c7ecaf"

@reloadDbWithTestData @vat
Scenario: Test d'une facture de cotisation de personne physique à partir de 2024
Expand All @@ -91,7 +91,7 @@ Feature: Espace membre, accueil
Then The page "1" of the PDF should contain "Total TTC 30,00 €"
Then The page "1" of the PDF should not contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should contain "Numéro de TVA intracommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "ad8d0c5660f0c201c4d9112fd237c3f5"
Then the checksum of the response content should be "be369545631ba4f1155e428035ff89d6"

@reloadDbWithTestData @vat
Scenario: Test d'une facture de cotisation de personne morale avant 2024
Expand All @@ -112,7 +112,7 @@ Feature: Espace membre, accueil
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 intracommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "7feed06ea4905cb0bf198c4f1cf6d211"
Then the checksum of the response content should be "e653ec05753c5dd232ef16beda1d73a9"

@reloadDbWithTestData @vat
Scenario: Test d'une facture de cotisation de personne morale à partir de 2024
Expand All @@ -136,7 +136,7 @@ Feature: Espace membre, accueil
Then The page "1" of the PDF should contain "Total TTC 180,00 €"
Then The page "1" of the PDF should not contain "TVA non applicable - art. 293B du CGI"
Then The page "1" of the PDF should contain "Numéro de TVA intracommunautaire NUMERO_A_AJOUTER"
Then the checksum of the response content should be "5c9f09899fdd3525e31b8a4c7183cfd4"
Then the checksum of the response content should be "18e043f0113f99716ad110e374dbc44d"


@reloadDbWithTestData
Expand Down

0 comments on commit 04471b1

Please sign in to comment.