Skip to content

Commit

Permalink
Fix the e2e test query string
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Mar 2, 2021
1 parent 1ba0be7 commit 5a8addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/src/inserter.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export async function insertBlockDirectoryBlock( searchTerm ) {
await page.waitForFunction(
() =>
! document.body.querySelector(
'.block-directory-downloadable-blocks-list li:first-child button.is-busy'
'.block-directory-downloadable-blocks-list button:first-child.is-busy'
)
);
await focusSelectedBlock();
Expand Down

0 comments on commit 5a8addd

Please sign in to comment.