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();