Skip to content

Commit 7ba0c5a

Browse files
fix: e2e error
1 parent c4cbf67 commit 7ba0c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export async function runFeedImport( page ) {
129129

130130
// Open the dialog with the imported feeds.
131131
await page.locator('.feedzy-items a').click();
132-
await expect( page.locator('#ui-id-1').locator('li a').count() ).resolves.toBeGreaterThan(0);
132+
await expect( page.locator('#ui-id-2').locator('li a').count() ).resolves.toBeGreaterThan(0);
133133
await page.getByRole('button', { name: 'Ok' }).click();
134134
}
135135

0 commit comments

Comments
 (0)