From 3f01ce5ff01018bfeb31c49585e4f43830221c1a Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Wed, 21 Jan 2026 08:06:18 -0800 Subject: [PATCH] dont refresh tree when opening scale & settings --- test/fx.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/fx.ts b/test/fx.ts index 1de8be90d..6a65b652c 100644 --- a/test/fx.ts +++ b/test/fx.ts @@ -515,14 +515,14 @@ export class DataExplorer { const containerNode = await this.waitForContainerNode(context.database.id, context.container.id); await containerNode.expand(); - // refresh tree to remove deleted database - const consoleMessages = await this.getNotificationConsoleMessages(); - const refreshButton = this.frame.getByTestId("Sidebar/RefreshButton"); - await refreshButton.click(); - await expect(consoleMessages).toContainText("Successfully refreshed databases", { - timeout: ONE_MINUTE_MS, - }); - await this.collapseNotificationConsole(); + // // refresh tree to remove deleted database + // const consoleMessages = await this.getNotificationConsoleMessages(); + // const refreshButton = this.frame.getByTestId("Sidebar/RefreshButton"); + // await refreshButton.click(); + // await expect(consoleMessages).toContainText("Successfully refreshed databases", { + // timeout: ONE_MINUTE_MS, + // }); + // await this.collapseNotificationConsole(); const scaleAndSettingsButton = this.frame.getByTestId( `TreeNode:${context.database.id}/${context.container.id}/Scale & Settings`,