Update tests/playwright-test/global-setup.spec.ts
Co-authored-by: Dmitry Gozman <dgozman@gmail.com> Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
parent
5eb3734bb2
commit
02d723699e
|
|
@ -422,7 +422,7 @@ test('globalSetup should support multiple', async ({ runInlineTest }) => {
|
||||||
'globalSetup3Function',
|
'globalSetup3Function',
|
||||||
'globalTeardown2',
|
'globalTeardown2',
|
||||||
'globalSetup1Function',
|
'globalSetup1Function',
|
||||||
// 'globalTeardown1' is missing, because globalTeardown1 errored out.
|
// 'globalTeardown1' is missing, because globalSetup1Function errored out.
|
||||||
]);
|
]);
|
||||||
expect(result.output).toContain('Error: kaboom');
|
expect(result.output).toContain('Error: kaboom');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue