Skip to content

Commit

Permalink
feat (afup#1110): functional test
Browse files Browse the repository at this point in the history
AG
  • Loading branch information
stakovicz committed Nov 4, 2023
1 parent 93a5aa4 commit 31432af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db/seeds/GeneralMeetings.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ public function run()
// Assemblées générales Questions
$data = [
[
'date' => 1635544800,
'date' => $timestamp,
'label' => 'Une 1ère question. Alors d\'accord ?',
'created_at' => '2021-09-01 10:42:42'
],
[
'date' => 1635544800,
'date' => $timestamp,
'label' => 'Une autre question pertinente. On vote ?',
'created_at' => '2021-09-12 10:42:42'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Feature: Administration - Partie Assemblée Générale Questions
And I follow "Assemblée générale - votes"
When I follow "Ajouter"
Then the ".content h2" element should contain "Assemblée générale - questions"
Then I should see "Assemblée générale du 30/10/2021"
And I fill in "general_meeting_question_form[label]" with "Une super question"
And I press "Ajouter cette question"
Then I should see "La question a été ajoutée"
Expand Down

0 comments on commit 31432af

Please sign in to comment.