1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/features/desktop/sign_out.feature

11 lines
300 B
Gherkin
Raw Normal View History

2018-12-12 19:32:17 -05:00
Feature: Sign out
2019-03-23 20:48:37 -04:00
Scenario: as a guest account
Given I am signed in as guest
When I try to sign out
Then I am successfully signed out
Scenario: as a usual account
2018-12-12 19:32:17 -05:00
Given I am signed in with email "user@example.com"
When I try to sign out
Then I am successfully signed out