Skip to content

Commit 1acc4a8

Browse files
dev: e2e fix
1 parent 8d913fe commit 1acc4a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/e2e/specs/loop.spec.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ test.describe('Feedzy Loop', () => {
6161

6262
// Now that we have tested we can insert URL, we can test the Feed Group.
6363

64-
await page
65-
.getByLabel('Block: Feedzy Loop')
66-
.locator('div')
67-
.nth(1)
68-
.click();
64+
await page.locator('.wp-block-feedzy-rss-feeds-loop').nth(1).click();
6965
await page.getByRole('button', { name: 'Edit Feed' }).click();
7066

7167
await page.getByRole('button', { name: 'Select Feed Group' }).click();

0 commit comments

Comments
 (0)