Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add TODO note
  • Loading branch information
ockham committed Feb 1, 2021
commit e4debfb96e6f5b2f28e90c35dc7420fbd865632f
1 change: 1 addition & 0 deletions packages/e2e-tests/specs/editor/blocks/cover.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
openPreviewPage,
} from '@wordpress/e2e-test-utils';

// Copied from image.test.js. TODO: Extract into @wordpress/e2e-test-utils.
async function upload( selector ) {
await page.waitForSelector( selector );
const inputElement = await page.$( selector );
Expand Down