Skip to content

Instantly share code, notes, and snippets.

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"