From 9e5f883e5da5c03d2806ea48b935f470399a2072 Mon Sep 17 00:00:00 2001 From: Albin Date: Wed, 19 Jun 2024 23:10:18 +0200 Subject: [PATCH] issue#1479 fix TF --- tests/behat/features/Admin/Events/TokensSponsors.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/behat/features/Admin/Events/TokensSponsors.feature b/tests/behat/features/Admin/Events/TokensSponsors.feature index efc192f6a..139b79fb7 100644 --- a/tests/behat/features/Admin/Events/TokensSponsors.feature +++ b/tests/behat/features/Admin/Events/TokensSponsors.feature @@ -26,6 +26,8 @@ Feature: Administration - Évènements - Tokens Sponsors When I fill in "sponsor_ticket[firstname]" with "Nom personne invitée" And I fill in "sponsor_ticket[lastname]" with "Prénom personne invitée" And I fill in "sponsor_ticket[email]" with "personneinvitee@masociete.com" + And I fill in "sponsor_ticket[transport_mode]" with "70" + And I fill in "sponsor_ticket[transport_distance]" with "50" And I press "Enregistrer" # Listing des invitations renseignées Then I should see "personneinvitee@masociete.com"