Skip to content

Instantly share code, notes, and snippets.

@MykolaGolubyev
Created June 20, 2019 11:55
Show Gist options
  • Save MykolaGolubyev/5a5a9fb09bc0b6c91935cc4ce22b2181 to your computer and use it in GitHub Desktop.
Save MykolaGolubyev/5a5a9fb09bc0b6c91935cc4ce22b2181 to your computer and use it in GitHub Desktop.
scenario('search by specific query') {
browser.open('/search')
$('#search-box').setValue('search this')
$('#search-box').sendKeys("\n")
$('#results .result').count.shouldBe > 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment