Browse Source

fix: remove only

pull/6360/head
DarkPhoenix2704 11 months ago
parent
commit
aa2c72207f
  1. 2
      tests/playwright/tests/db/features/expandedFormUrl.spec.ts

2
tests/playwright/tests/db/features/expandedFormUrl.spec.ts

@ -135,7 +135,7 @@ test.describe('Expanded form URL', () => {
await viewTestTestTable('grid');
});
test.only('Gallery', async () => {
test('Gallery', async () => {
await viewTestSakila('gallery');
await viewTestTestTable('gallery');
});

Loading…
Cancel
Save