Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created April 13, 2023 08:44
Show Gist options
  • Save maxloncar/3394931a9f209ee294f4330efd66615a to your computer and use it in GitHub Desktop.
Save maxloncar/3394931a9f209ee294f4330efd66615a to your computer and use it in GitHub Desktop.
Step definition
Given 'I am on the page with path: {string}' do |path|
visit(path)
end
Then 'I should see {string}' do |text|
page.has_text?(text)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment