We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ce9f commit 24fe619Copy full SHA for 24fe619
tests/e2e/specs/import.spec.js
@@ -144,7 +144,6 @@ test.describe( 'Feed Import', () => {
144
// Select the first post created by feeds import. Check the featured image.
145
await page.getByRole('link', { name: 'Posts', exact: true }).click({ force: true });
146
await page.locator('#the-list tr').first().locator('a.row-title').click({ force: true });
147
- await page.getByRole('button', { name: 'Set featured image' }).click({ force: true });
148
await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
149
});
150
0 commit comments