web-stories-wp
web-stories-wp copied to clipboard
Web Stories for WordPress
## Feature Description Test timing out looking for element ``` TimeoutError: Element li[role="tab"] (text: "Document") not found waiting for function failed: timeout 2000ms exceeded 27 | 28 | async function...
## Context We currently only run e2e tests on Chrome. ## Summary This PR adds experimental e2e testing on Firefox. ## Relevant Technical Choices **No more request interceptions** Firefox does...
## Bug Description Images added to the canvas while video is being recorded cannot be deleted. ## Expected Behaviour To be defined if: 1. We should block images from being...
## Context ## Summary Override the method to render the button toolbar, so that button name is correctly overridden. Basically what happened here, is the override to change the name...
## Feature Description When using a hotlinked story poster image, we save the image information in a separate `web_stories_poster` post meta field. There's no `_thumbnail_id` meta field because there's no...
## Feature Description Test is failing with Navigation timeout ``` FAIL packages/e2e-tests/src/specs/editor/backgroundAudio.js (66.887 s) ● Background Audio › Story Background Audio › should allow adding background audio TimeoutError: Navigation timeout...
## Feature Description Test is failing to find "Preview" text ``` FAIL packages/e2e-tests/src/specs/editor/editor.js (29.372 s) ● Story Editor › should preview story with development mode TimeoutError: Text not found "/Preview/i"...
## 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...
## Task Description This feature has been enabled by default in v1.23.0. Time to remove all code around the feature flag check. Three feature flags: * `videoPosterHotlinking` * `linkIconHotlinking` *...
## Bug Description If you filter the media library by image, videos that are uploading still displayed. ## Expected Behaviour ## Steps to Reproduce 1. Open editor 2. Upload video....