Skip to content

Instantly share code, notes, and snippets.

@KaneCheshire
Created July 8, 2018 19:22
Show Gist options
  • Save KaneCheshire/0efa1926bc92d9c0d2ac7ec34e498d01 to your computer and use it in GitHub Desktop.
Save KaneCheshire/0efa1926bc92d9c0d2ac7ec34e498d01 to your computer and use it in GitHub Desktop.
func test_settings() {
Scenario("Logging in and navigating to settings") {
Given(I: logIn)
When(I: selectTabBar(tab: .settings))
Then(I: seeSettingsScreen)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment