Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
ISAICP-6590: Fix logic Submit contact form test.
Browse files Browse the repository at this point in the history
  • Loading branch information
saidatom committed Sep 6, 2021
1 parent ececd42 commit 5a999bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/contact_form/submit_contact_form.feature
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Feature: Submit the contact form
# We need to wait 5 seconds for the spam protection time limit to pass.
And I wait for the spam protection time limit to pass
And I press "Submit"
And I am on the homepage

# Both moderators should have received the notification e-mail.
Then the following email should have been sent:
Expand All @@ -69,6 +68,7 @@ Feature: Submit the contact form
And I should see the following success messages:
| success messages |
| Your message has been submitted. Thank you for your feedback. |
And I am on the homepage
When I click the link for the "logo.png" attachment in the contact form email sent to "[email protected]"
# For anonymous users, the file should not be accessible.
# The redirection to the EU login page returns a 200 code instead of a 403
Expand Down

0 comments on commit 5a999bf

Please sign in to comment.