revert test change
This commit is contained in:
parent
866cc81125
commit
64305aec3b
|
|
@ -730,6 +730,8 @@ test('should not throw when attachment is missing', async ({ runInlineTest }, te
|
||||||
|
|
||||||
expect(result.exitCode).toBe(0);
|
expect(result.exitCode).toBe(0);
|
||||||
expect(result.passed).toBe(1);
|
expect(result.passed).toBe(1);
|
||||||
|
const trace = await parseTrace(testInfo.outputPath('test-results', 'a-passes', 'trace.zip'));
|
||||||
|
expect(trace.actionTree).toContain('attach "screenshot"');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should not throw when screenshot on failure fails', async ({ runInlineTest, server }, testInfo) => {
|
test('should not throw when screenshot on failure fails', async ({ runInlineTest, server }, testInfo) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue