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
feature("Some feature") {
scenario("Some scenario") {
given("The user is logged in") {
// initialise user to be logged in
}
then("The user should see the Home view") {
// assert that the user sees the Home view and not another
}
}
}
The text was updated successfully, but these errors were encountered:
Represent an expected and visible outcome for the user such as a message popping up, or a loading spinner.
Docs
The text was updated successfully, but these errors were encountered: