Created
June 20, 2019 11:55
-
-
Save MykolaGolubyev/5a5a9fb09bc0b6c91935cc4ce22b2181 to your computer and use it in GitHub Desktop.
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
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