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

End to end test - should be able to use existing template for new story

Open timarney opened this issue 2 years ago • 0 comments

Feature Description

Test is failing looking for Add title

FAIL packages/e2e-tests/src/specs/dashboard/templates/useTemplate.js (30.295 s)
  ● Template › should be able to use existing template for new story

    TimeoutError: waiting for selector `input[placeholder="Add title"]` failed: timeout 3000ms exceeded

      65 |
      66 |     // Wait for title input to load before continuing.
    > 67 |     await page.waitForSelector('input[placeholder="Add title"]');
         |                ^
      68 |
      69 |     // Wait for skeleton thumbnails in the carousel to render which gives footer time to also render
      70 |     await page.waitForFunction(

Alternatives Considered

Additional Context

timarney avatar Jul 26 '22 16:07 timarney