We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7f6c7 commit af61a81Copy full SHA for af61a81
tests/e2e/specs/upsell.spec.js
@@ -51,7 +51,7 @@ test.describe( 'List Page Upsell', () => {
51
52
test('Import/Export', async ({ editor, page }) => {
53
// Locate and click the "Import Job" link
54
- const importButton = page.getByRole('link', { name: 'Import Job', exact: true });
+ const importButton = page.locator('.fz-export-import-btn');
55
await expect(importButton).toBeVisible();
56
await importButton.click();
57
0 commit comments