Skip to content

Commit

Permalink
e2e: remove set featured image
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jul 19, 2024
1 parent f79ce9f commit 24fe619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/specs/import.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ 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 page.getByRole('button', { name: 'Set featured image' }).click({ force: true });
await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
});

Expand Down

0 comments on commit 24fe619

Please sign in to comment.