Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Test Run - /e/OS SSO Test Run Minimal
### 🏷 Legend
* Passed `[x]`
* Failed `[ ]`
* Skipped `[~]` - it requires to manually edit the description
### 📖 Test plan
- [x] [#101](https://gitlab.e.foundation/e/os/AccountManager/-/issues/101) Migrating to SSO with murena.io Yahoo and a Google account preconfigured on the device and force re-authentication
<details><summary>scenario</summary>
```gherkin
Given the device is initialized with an "murena.io" account
And a Google and a Yahoo account is added via "Settings" > "Account"
And all the Murena apps related to cloud sync are launched atleast once
And the device is OTA updated to version adding SSO support
And navigate into "Settings" > "Accounts" > "Murena-ID" > "My Account" > "Settings" > "Murena-ID" > "Gear icon on top right corner"
And under Authentication section "Re-authenticate(Perform OAuth login again)" is be visible
And no "User name/Password" entries should be "visible/available"
When force "Re-Authentication" is done by navigating into "Settings" > "Accounts" > "Murena-ID" > "My Account" > "Settings" > "Murena-ID" > "Gear icon on top right corner" > Tap on "Re-authenticate"
Then no authentication related issues(401 etc) should be observed when a new file sync happens
```
</details>
- [ ] [#93](https://gitlab.e.foundation/e/os/AccountManager/-/issues/93) Migrating to SSO with murena.io Yahoo and a Google account preconfigured on the device and enabling 2FA for all the accounts
<details><summary>scenario</summary>
```gherkin
Given the device is initialized with an murena.io account
And a Google and a Yahoo account is added via Settings > Account
And all the Murena apps related to cloud sync are launched atleast once
And the device is OTA updated to version adding SSO support
And navigate into Settings > Accounts > Murena-ID > My Account > Settings > Murena-ID > Gear icon on top right corner
And under Authentication section Re-authenticate(Perform OAuth login again) is be visible
And no User name/Password entries should be visible/available
When the device is OTA updated to version containing SSO support
And 2FA on murena.io account is enabled
Then no authentication related issues(401 etc) should be observed when a new file sync happens
```
</details>
- [ ] [#85](https://gitlab.e.foundation/e/os/AccountManager/-/issues/85) Migrating to SSO with murena.io Yahoo and a Google account preconfigured on the device and 2FA already enable for all the accounts
<details><summary>scenario</summary>
```gherkin
Given the device is initialized with an murena.io account
And a Google and a Yahoo account is added via Settings > Account
And 2FA is already enabled for the murena.io account
And all the Murena apps related to cloud sync are launched atleast once
And the device is OTA updated to version adding SSO support
And navigate into Settings > Accounts > Murena-ID > My Account > Settings > Murena-ID > Gear icon on top right corner
And under Authentication section Re-authenticate(Perform OAuth login again) is be visible
And no User name/Password entries should be visible/available
When the device is OTA updated to version containing SSO support
Then migration should be successful
And no authentication related issues(401 etc) should be observed when a new file sync happens
```
</details>
- [ ] [#77](https://gitlab.e.foundation/e/os/AccountManager/-/issues/77) Changing every account password after migrating to SSO with murena.io Yahoo and a Google account preconfigured on the device
<details><summary>scenario</summary>
```gherkin
Given the device is initialized with an murena.io account
And a Google and a Yahoo account is added via Settings > Account
And all the Murena apps related to cloud sync are launched atleast once
And the device is OTA updated to version adding SSO support
And navigate into Settings > Accounts > Murena-ID > My Account > Settings > Murena-ID > Gear icon on top right corner
And under Authentication section Re-authenticate(Perform OAuth login again) is be visible
And no User name/Password entries should be visible/available
When the password for account murena.io account is changed
Then password change should be successful
And no authentication related issues(401 etc) should be observed when a new file sync happens
```
</details>
- [x] [#69](https://gitlab.e.foundation/e/os/AccountManager/-/issues/69) Migrating to SSO with murena.io Yahoo and a Google account preconfigured on the device
<details><summary>scenario</summary>
```gherkin
Given the device is initialized with an murena.io account
And a Google and a Yahoo account is added via Settings > Account
And all the Murena apps related to cloud sync are launched atleast once
When the device is OTA updated to version adding SSO support
And navigate into Settings > Accounts > Murena-ID > My Account > Settings > Murena-ID > Gear icon on top right corner
Then under Authentication section Re-authenticate(Perform OAuth login again) should be visible
And no User name/Password entries should be visible/available
And no authentication related issues(401 etc) should be observed
```
</details>
issue