You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Represents an event triggered by the user or by another system. Docs
feature("Some feature") {
scenario("Some scenario") {
given("The user is not logged in") {
// initialise user to be logged off
}
`when`("The user presses the red button") {
// assert that the user made some action
}
then("Something bad happens") {
// assert the error state
}
}
}
The text was updated successfully, but these errors were encountered:
Represents an event triggered by the user or by another system.
Docs
The text was updated successfully, but these errors were encountered: