Skip to content

Commit

Permalink
Remove rebase artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Mar 28, 2022
1 parent 2198e9d commit 782602f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/e2e-tests/specs/editor/blocks/gallery.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ async function upload( selector ) {
return filename;
}

async function getListViewBlocks( blockLabel ) {
return page.$x(
`//table[contains(@aria-label,'Block navigation structure')]//span[contains(@class,'block-editor-list-view-block__title') and text()='${ blockLabel }']`
);
}

describe( 'Gallery', () => {
beforeEach( async () => {
await createNewPost();
Expand Down

0 comments on commit 782602f

Please sign in to comment.