chore: two-line trace view (2) - #36055
Conversation
| const error = await expect(locator).not.toHaveAttribute('checked', /.*/, { timeout: 1000 }).catch(e => e); | ||
| expect(error.message).toContain('expect.not.toHaveAttribute with timeout 1000ms'); | ||
| expect(stripAnsi(error.message)).toContain(`Timed out 1000ms waiting for expect(locator).not.toHaveAttribute(expected)`); | ||
| expect(stripAnsi(error.message)).toContain(`- Expect not toHaveAttribute with timeout 1000ms`); |
There was a problem hiding this comment.
do we actually need stripAnsi here?
| ' barPage teardown', | ||
| ' step in barPage teardown', | ||
| ' page.close', | ||
| ' Close context', |
There was a problem hiding this comment.
This should be "Close page", shouldn't it? An in other places too.
|
@microsoft-github-policy-service rerun |
Test results for "tests 1"4 failed 7 flaky39208 passed, 804 skipped Merge workflow run. |
No description provided.