web-stories-wp
web-stories-wp copied to clipboard
End to end test - should be able to use existing template for new story
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(