-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Represent an expected and visible outcome for the user such as a message popping up, or a loading spinner.
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
}
}
}Metadata
Metadata
Assignees
Labels
No labels