From ef8a8469175ae6206cb8d6d2166da3b79d280481 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Mon, 19 Feb 2024 05:09:33 +0000 Subject: [PATCH] fix(nc-gui): fix test --- tests/playwright/tests/db/features/command.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/features/command.spec.ts b/tests/playwright/tests/db/features/command.spec.ts index 6bbefb04e1..b2ef034d05 100644 --- a/tests/playwright/tests/db/features/command.spec.ts +++ b/tests/playwright/tests/db/features/command.spec.ts @@ -88,7 +88,7 @@ test.describe('Command Shortcuts', () => { expect(await dashboard.cmdL.getActiveViewTitle()).toBe('Default View'); - expect(await dashboard.cmdL.getActiveTableTitle()).toBe('Address'); + expect(await dashboard.cmdL.getActiveTableTitle()).toBe('City'); await dashboard.signOut();