Skip to content

Commit

Permalink
Update test.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
HanaGemela authored and Salipa-Gurung committed Nov 6, 2023
1 parent f1b8608 commit c1a383b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion test/gui/tst_loginLogout/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,17 @@ Feature: Logout users
| user | Alice |
| password | 1234 |
When user "Alice" has logged out of the client-UI
And user "Alice" logs in to the client-UI
And user "Alice" logs in with oauth2 to the client-UI
Then user "Alice" should be connect to the client-UI

@skipOnOCIS
Scenario: the client re-auths after restarting
Given app "oauth2" has been "enabled" in the server
And the user has started the client
And the user adds the following account with oauth2 enabled:
| server | %local_server% |
| user | Alice |
| password | 1234 |
When user quits the client
And user starts the client
Then user "Alice" should be connect to the client-UI

0 comments on commit c1a383b

Please sign in to comment.