diff --git a/tests/playwright-test/esm.spec.ts b/tests/playwright-test/esm.spec.ts index ce75fca767..b18d6cd206 100644 --- a/tests/playwright-test/esm.spec.ts +++ b/tests/playwright-test/esm.spec.ts @@ -676,9 +676,6 @@ test('should be able to use use execSync with a Node.js file inside a spec', asy 'global-setup import level', 'execSync: hello from hello.js', 'spawnSync: hello from hello.js', - 'global-teardown import level', - 'execSync: hello from hello.js', - 'spawnSync: hello from hello.js', 'global-setup export level', 'execSync: hello from hello.js', 'spawnSync: hello from hello.js', @@ -693,6 +690,9 @@ test('should be able to use use execSync with a Node.js file inside a spec', asy 'execSync: hello from hello.js', 'spawnSync: hello from hello.js', 'fork: hello from hellofork.js', + 'global-teardown import level', + 'execSync: hello from hello.js', + 'spawnSync: hello from hello.js', 'global-teardown export level', 'execSync: hello from hello.js', 'spawnSync: hello from hello.js',