Skip to content

Commit af61a81

Browse files
fix: e2e upsell error
1 parent 8f7f6c7 commit af61a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/upsell.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test.describe( 'List Page Upsell', () => {
5151

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

0 commit comments

Comments
 (0)