We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbc710 commit 4a7d1edCopy full SHA for 4a7d1ed
tests/e2e/block.spec.js
@@ -29,7 +29,7 @@ test.describe( '{{projectName}} Block', () => {
29
await page.fill( '.block-editor-inserter__search input', '{{projectName}}' );
30
31
// Check if block appears in search results
32
- const blockResult = page.locator( '.block-editor-block-types-list__item[data-id="{{namespace}}/{{slug}}"]' );
+ const blockResult = page.locator( '[data-id="{{namespace}}/{{slug}}"]' );
33
await expect( blockResult ).toBeVisible();
34
} );
35
0 commit comments