Skip to content

Commit

Permalink
[ACS-6456] addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SheenaMalhotra182 committed Dec 20, 2023
1 parent 2478564 commit 68965df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/actions/src/tests/share/share-file.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
});
Expand Down

0 comments on commit 68965df

Please sign in to comment.