Skip to content

Commit

Permalink
Merge branch 'wp-6.7-compat-fixes' of https://github.com/nk-crew/lazy…
Browse files Browse the repository at this point in the history
…-blocks into wp-6.7-compat-fixes
  • Loading branch information
nk-o committed Dec 2, 2024
2 parents a43afd2 + fb3d853 commit a74aed0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/e2e/specs/editor-block-base-controls.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ test.describe('editor block with Base control', () => {
await page.getByLabel('Label').fill('Test Checkbox Control');
await page.getByLabel('Type').click();
await page.getByRole('button', { name: 'Checkbox' }).click();
await page
.locator('#lazyblocks-control-checkbox-checked')
.nth(1)
.check();
await page.locator('#lazyblocks-control-checkbox-checked').check();

await editor.canvas.getByLabel('PHP').click();

Expand Down

0 comments on commit a74aed0

Please sign in to comment.