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 c4cbf67 commit 7ba0c5aCopy full SHA for 7ba0c5a
tests/e2e/utils.js
@@ -129,7 +129,7 @@ export async function runFeedImport( page ) {
129
130
// Open the dialog with the imported feeds.
131
await page.locator('.feedzy-items a').click();
132
- await expect( page.locator('#ui-id-1').locator('li a').count() ).resolves.toBeGreaterThan(0);
+ await expect( page.locator('#ui-id-2').locator('li a').count() ).resolves.toBeGreaterThan(0);
133
await page.getByRole('button', { name: 'Ok' }).click();
134
}
135
0 commit comments