mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-08 14:57:58 +00:00
fix some details
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
86dbb43532
commit
3e62ba0d27
6 changed files with 50 additions and 43 deletions
|
|
@ -33,7 +33,7 @@ test('Initial setup', async ({ page: setupPage }) => {
|
|||
await containersPage.getByRole('checkbox', { name: 'Whiteboard' }).uncheck();
|
||||
await containersPage.getByRole('checkbox', { name: 'Imaginary' }).uncheck();
|
||||
await containersPage.getByText('Disable office suite').click();
|
||||
await containersPage.getByRole('button', { name: 'Save changes' }).click();
|
||||
await containersPage.getByRole('button', { name: 'Save changes' }).last().click();
|
||||
await expect(containersPage.locator('#talk')).not.toBeChecked()
|
||||
await expect(containersPage.getByRole('checkbox', { name: 'Whiteboard' })).not.toBeChecked()
|
||||
await expect(containersPage.getByRole('checkbox', { name: 'Imaginary' })).not.toBeChecked()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue