Skip to content

Commit

Permalink
chore: update test for WP6.7 featured image change
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Nov 18, 2024
1 parent bd7987a commit 3c73da0
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 featured image') ).toBeVisible(); // Featured image is added.
await expect( page.locator('.editor-post-featured-image img') ).toBeVisible(); // Featured image is added.
});

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

0 comments on commit 3c73da0

Please sign in to comment.