Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MykolaGolubyev/9db24650c0e8e4964c51e23a060d3f05 to your computer and use it in GitHub Desktop.
Save MykolaGolubyev/9db24650c0e8e4964c51e23a060d3f05 to your computer and use it in GitHub Desktop.
import static pages.Pages.*
scenario("search by specific query") {
search.submit("search this")
search.numberOfResults.shouldBe > 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment