Skip to content

Commit

Permalink
fix: e2e upsell error
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Dec 27, 2024
1 parent 717c3c2 commit 537efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/upsell.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test.describe( 'List Page Upsell', () => {

test('Import/Export', async ({ editor, page }) => {
// Locate and click the "Import Job" link
const importButton = page.getByRole('link', { name: 'Import Job', exact: true });
const importButton = page.locator('.fz-export-import-btn');
await expect(importButton).toBeVisible();
await importButton.click();

Expand Down

0 comments on commit 537efbe

Please sign in to comment.