Start your All-Access Pass to unlock this challenge
Check out the following scenario. What's wrong here?
Scenario: Sending a message
Given there is a "dr_dino@example.com" user in the database
And I am logged in as "dr_dino@example.com"
And I am on "/"
When I click "Send Message"
And I fill in the message box with "Hello everyone!"
And I press "Send"
Then a message from "dr_dino@example.com" should be sent