Skip to content

Commit

Permalink
fix: e2e testcase error
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Nov 18, 2024
1 parent ac1ac39 commit 6ebeee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/import.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ test.describe( 'Feed Import', () => {
// Select the first post created by feeds import. Check the featured image.
await page.getByRole('link', { name: 'Posts', exact: true }).click({ force: true });
await page.locator('#the-list tr').first().locator('a.row-title').click({ force: true });
await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
await expect( page.getByLabel('Edit or replace the featured image') ).toBeVisible(); // Featured image is added.
});

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

0 comments on commit 6ebeee3

Please sign in to comment.