From 68965dfc1e55d5754189922e6fae25444fbf76ca Mon Sep 17 00:00:00 2001 From: SheenaMalhotra182 Date: Wed, 20 Dec 2023 12:30:17 +0530 Subject: [PATCH] [ACS-6456] addressed review comments --- e2e/playwright/actions/src/tests/share/share-file.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/playwright/actions/src/tests/share/share-file.spec.ts b/e2e/playwright/actions/src/tests/share/share-file.spec.ts index 62a8bd9e68..48dfad1219 100644 --- a/e2e/playwright/actions/src/tests/share/share-file.spec.ts +++ b/e2e/playwright/actions/src/tests/share/share-file.spec.ts @@ -213,7 +213,7 @@ test.describe('Share a file', () => { await personalFiles.shareDialog.expireToggle.click(); expect(await personalFiles.shareDialog.isExpireToggleEnabled()).toBe(false); - page.waitForTimeout(timeouts.tiny); + await page.waitForTimeout(timeouts.tiny); await personalFiles.shareDialog.clickClose(); expect(await nodesApiAction.getSharedExpiryDate(file7Id)).toBe(''); });