Browse Source

fix(nc-gui): fix test

pull/7625/head
DarkPhoenix2704 5 months ago
parent
commit
ef8a846917
  1. 2
      tests/playwright/tests/db/features/command.spec.ts

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

Loading…
Cancel
Save