Skip to content

Commit

Permalink
test(FilePreview): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Dec 28, 2024
1 parent 18a650a commit d86a507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test.describe('FilePreview', {tag: '@FilePreview'}, () => {

await expectScreenshot({
themes: ['light'],
nameSuffix: 'actions',
nameSuffix: 'show actionsdf',
});

await page.locator('button[aria-label="Close"]').hover();
Expand All @@ -42,7 +42,7 @@ test.describe('FilePreview', {tag: '@FilePreview'}, () => {

await expectScreenshot({
themes: ['light'],
nameSuffix: 'action-tooltip',
nameSuffix: 'show action tooltip',
});
});
});

0 comments on commit d86a507

Please sign in to comment.