Skip to content

Commit 63c3d26

Browse files
Remove clickable class verification from style book tests
Removed verification for form clickable class in style book tests.
1 parent b434a7e commit 63c3d26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

e2e-tests/specs/customizer/style-book/style-book.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ test.describe('Style Book Modal', () => {
8585
await expect(iframe.locator('textarea')).toBeVisible();
8686
await expect(iframe.locator('select')).toBeVisible();
8787
await expect(iframe.locator('.nv-sb-btn-primary')).toBeVisible();
88-
89-
// Verify form has clickable class
90-
const group = iframe.locator('.nv-sb-form-group');
91-
await expect(group).toHaveClass(/builder-item-focus/);
9288
});
9389

9490
test('should display buttons with proper styling', async ({ page }) => {

0 commit comments

Comments
 (0)