test: unflake basic timeout test (#22745)
This commit is contained in:
parent
57db2a0734
commit
5ad75f92f7
|
|
@ -43,7 +43,7 @@ test('should timeout', async ({ runInlineTest }) => {
|
||||||
expect(exitCode).toBe(1);
|
expect(exitCode).toBe(1);
|
||||||
expect(passed).toBe(0);
|
expect(passed).toBe(0);
|
||||||
expect(failed).toBe(1);
|
expect(failed).toBe(1);
|
||||||
expect(output).toContain('Test timeout of 100ms exceeded.');
|
expect(output).toContain('Test timeout of 100ms exceeded');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should succeed', async ({ runInlineTest }) => {
|
test('should succeed', async ({ runInlineTest }) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue