mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Hide v1 banner in e2e tests to fix 2-credentials.cy.ts (no-changelog)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user