Skip to content

Commit 6ebeee3

Browse files
fix: e2e testcase error
1 parent ac1ac39 commit 6ebeee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/import.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ test.describe( 'Feed Import', () => {
144144
// Select the first post created by feeds import. Check the featured image.
145145
await page.getByRole('link', { name: 'Posts', exact: true }).click({ force: true });
146146
await page.locator('#the-list tr').first().locator('a.row-title').click({ force: true });
147-
await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
147+
await expect( page.getByLabel('Edit or replace the featured image') ).toBeVisible(); // Featured image is added.
148148
});
149149

150150
test( 'importing feed with chained actions', async({ admin, page, requestUtils }) => {

0 commit comments

Comments
 (0)