web-stories-wp icon indicating copy to clipboard operation
web-stories-wp copied to clipboard

End to end test - Pre-Publish Checklist : Admin User › should show cards related to poster image issues

Open timarney opened this issue 2 years ago • 0 comments

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 |

Alternatives Considered

Additional Context

timarney avatar Jul 20 '22 20:07 timarney