-
-
Save maxloncar/3394931a9f209ee294f4330efd66615a to your computer and use it in GitHub Desktop.
Step definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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