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 8d913fe commit 1acc4a8Copy full SHA for 1acc4a8
tests/e2e/specs/loop.spec.js
@@ -61,11 +61,7 @@ test.describe('Feedzy Loop', () => {
61
62
// Now that we have tested we can insert URL, we can test the Feed Group.
63
64
- await page
65
- .getByLabel('Block: Feedzy Loop')
66
- .locator('div')
67
- .nth(1)
68
- .click();
+ await page.locator('.wp-block-feedzy-rss-feeds-loop').nth(1).click();
69
await page.getByRole('button', { name: 'Edit Feed' }).click();
70
71
await page.getByRole('button', { name: 'Select Feed Group' }).click();
0 commit comments