Skip to content

Commit 97fe183

Browse files
fix:e2e test
1 parent 8232747 commit 97fe183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/gutenberg-editor.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ test.describe( 'Charts with Gutenberg Editor', () => {
138138
await admin.visitAdminPage( 'widgets.php' );
139139

140140
await page.getByLabel('Close', { exact: true }).click();
141-
await page.getByLabel('Toggle block inserter').click();
141+
await page.getByLabel('Block Inserter').click();
142142
await page.getByPlaceholder('Search').fill('visuali');
143143
await page.getByRole('option', { name: ' Visualizer Chart' }).click();
144144
await page.locator('div').filter({ hasText: /^Display an existing chart$/ }).click();

0 commit comments

Comments
 (0)