From a8f13cc4e5709c2cd777a5ba48a0a59a0380e73e Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Thu, 14 Sep 2023 11:40:20 +0530 Subject: [PATCH] test: fix --- tests/playwright/tests/db/features/expandedFormUrl.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/features/expandedFormUrl.spec.ts b/tests/playwright/tests/db/features/expandedFormUrl.spec.ts index ea3c232722..414e7d5567 100644 --- a/tests/playwright/tests/db/features/expandedFormUrl.spec.ts +++ b/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'); });