Skip to content

Instantly share code, notes, and snippets.

@xuhaibahmad
Created September 14, 2019 04:49
Show Gist options
  • Save xuhaibahmad/b28c167b3a8f80beeff55eb39c721975 to your computer and use it in GitHub Desktop.
Save xuhaibahmad/b28c167b3a8f80beeff55eb39c721975 to your computer and use it in GitHub Desktop.
When("user list is fetched from API") {
And("the internet is NOT available"){
Then("Test something"){
// Some assertions
}
}
And("the internet is available"){
Then("Test something"){
// Some assertions
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment