web-stories-wp
web-stories-wp copied to clipboard
End to end test - Pre-Publish Checklist : Admin User › should show cards related to poster image issues
Feature Description
Test times out waiting for media-modal
https://github.com/GoogleForCreators/web-stories-wp/runs/7428606257?check_suite_focus=true
FAIL packages/e2e-tests/src/specs/editor/prePublishChecklist/adminUser.js (32.215 s)
● Pre-Publish Checklist : Admin User › should show cards related to poster image issues
TimeoutError: waiting for selector `.media-modal` failed: timeout 3000ms exceeded
30 | await expect(page).toClick('[aria-label="Poster image"]');
31 |
> 32 | await page.waitForSelector('.media-modal', {
| ^
33 | visible: true,
34 | });
35 |