mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
ci: Hide v1 banner in e2e tests to fix 2-credentials.cy.ts (no-changelog)
This commit is contained in:
parent
516e5728f7
commit
f0dfc3cf4e
|
@ -73,6 +73,7 @@ export class E2EController {
|
||||||
|
|
||||||
@Post('/reset')
|
@Post('/reset')
|
||||||
async reset(req: ResetRequest) {
|
async reset(req: ResetRequest) {
|
||||||
|
config.set('ui.banners.v1.dismissed', true);
|
||||||
this.resetFeatures();
|
this.resetFeatures();
|
||||||
await this.resetLogStreaming();
|
await this.resetLogStreaming();
|
||||||
await this.truncateAll();
|
await this.truncateAll();
|
||||||
|
|
Loading…
Reference in a new issue