Skip to content

Commit

Permalink
Update tests/e2e/galleryitem.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 authored Jan 22, 2025
1 parent aca42ed commit 8084797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/galleryitem.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test('Gallery item Interactions', async ({ page }) => {
await expect(page.getByTestId('gallery-item-chart')).toBeVisible()
})

// More Button
// Download Button
await test.step('Download Button Functionality', async () => {
const downloadPromise = page.waitForEvent('download')
await page.getByTestId('gallery-item-more-dropdown-download').click()
Expand Down

0 comments on commit 8084797

Please sign in to comment.