Skip to content

Commit 79bb918

Browse files
kart-utobiu
authored andcommitted
Convert vdom/layout/Cube.mjs Test from Siesta to Playwright #7293
1 parent 705865e commit 79bb918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/playwright/unit/vdom/layout/Cube.spec.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import StringFromVnode from '../../../../../src/vdom/util/StringFromVnode.mjs';
99
let oldVdom, vdom;
1010

1111
test.describe('vdom/layout/Cube', () => {
12-
test.beforeAll(() => {
12+
test.beforeEach(() => {
1313
Neo.config.useDomApiRenderer = false;
1414
});
1515

0 commit comments

Comments
 (0)