Created
September 14, 2019 04:49
-
-
Save xuhaibahmad/b28c167b3a8f80beeff55eb39c721975 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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