Skip to content

Commit

Permalink
Survey test: Fix field date
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyidbeeznest committed Aug 5, 2021
1 parent 96f8c26 commit e422558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/behat/features/toolSurvey.feature
Expand Up @@ -30,7 +30,9 @@ Feature: Survey tool
When I fill in the following:
| survey_code | Survey 1 |
And I fill in ckeditor field "survey_title" with "Survey description"
And I focus "start_date"
And I fill in "start_date" with "2021-08-04"
And I focus "end_date"
And I fill in "end_date" with "2021-08-14"
And I press "submit_survey"
Then I should see "The survey has been created succesfully"
Expand Down

0 comments on commit e422558

Please sign in to comment.