Browse Source

test: fix

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

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

@ -122,6 +122,7 @@ test.describe('Expanded form URL', () => {
// close child card
await dashboard.expandedForm.close();
await dashboard.childList.close();
await dashboard.expandedForm.verify({
header: 'Afghanistan',
url: 'rowId=1',
@ -134,7 +135,7 @@ test.describe('Expanded form URL', () => {
await viewTestTestTable('grid');
});
test('Gallery', async () => {
test.only('Gallery', async () => {
await viewTestSakila('gallery');
await viewTestTestTable('gallery');
});

Loading…
Cancel
Save