mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
test: prevent flaky tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
7cbfe4145c
commit
473e4b101d
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ import { NavigationHeader } from '../../pages/NavigationHeader.ts'
|
|||
|
||||
const admin = new User('admin', 'admin')
|
||||
|
||||
after(() => cy.resetAdminTheming())
|
||||
|
||||
describe('Admin theming set default apps', () => {
|
||||
const navigationHeader = new NavigationHeader()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue