Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created April 13, 2023 08:30
Show Gist options
  • Save maxloncar/836cf5cc7fb219665bae6db05c520aef to your computer and use it in GitHub Desktop.
Save maxloncar/836cf5cc7fb219665bae6db05c520aef to your computer and use it in GitHub Desktop.
Devōt web scenario example
Feature: About us page
Scenario: Visiting the About Us page and checking out the AWARDS section
Given I am on the page with path: '/about-us'
Then I should see 'We are a '
And I should see 'software company'
And I should see ' that always goes an extra mile'
And I scroll to AWARDS part of the page
And I should see 'Deloitte Technology Fast 50 Central Europe 2022'
And I should see 'Dun & Bradstreet Certificate of Excellence in Creditworthiness for 2022'
And I should see 'Clutch Top B2B Service Providers for Fast Growth for 2022'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment