Feature: Devot Team website Contact Form
Scenario: Contact form input
Given I on the Devot Team website home page
When I click on the "Contact" link
Then I should see "Let’s get to work" text
And I should see "About you" text
Then I fill Name with "Dev"
And I fill Last name with "Devotian"
And I fill Email with "devot1test@devot.team"
And I fill Company name with "DevotTest"
Then I click on "What type of service you need"
And I click on "Consulting"
Then I click "What is your budget"
And I click "20 000€ - 50 000€"
Then I fill "Tell us about your project" with "This is just a test"
And I click "Send"
Then I should receive an input with sender email address "devot1test@devot.team"