Skip to content

Instantly share code, notes, and snippets.

@mdragun
Last active November 29, 2021 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdragun/0159489db7913c70f2d593abeac6c1f8 to your computer and use it in GitHub Desktop.
Save mdragun/0159489db7913c70f2d593abeac6c1f8 to your computer and use it in GitHub Desktop.
Devōt example
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment