Last active
July 4, 2018 09:57
-
-
Save KaneCheshire/1ffc24597cab60e8a804033e8c2c40a0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
func test_navigatingToSettings() { | |
Given("I log in") | |
When("I select the settings tab") | |
Then("I see the settings screen") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment