ci: Hide v1 banner in e2e tests to fix 2-credentials.cy.ts (no-changelog)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-07-04 22:22:35 +02:00
parent 516e5728f7
commit f0dfc3cf4e

View file

@ -73,6 +73,7 @@ export class E2EController {
@Post('/reset')
async reset(req: ResetRequest) {
config.set('ui.banners.v1.dismissed', true);
this.resetFeatures();
await this.resetLogStreaming();
await this.truncateAll();