Update packages/playwright/src/matchers/matcherHint.ts
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
9d16a61c1d
commit
e11378043d
|
|
@ -20,7 +20,6 @@ import type { Locator } from 'playwright-core';
|
|||
import type { StackFrame } from '@protocol/channels';
|
||||
import { stringifyStackFrames } from 'playwright-core/lib/utils';
|
||||
|
||||
|
||||
export function matcherHint(state: ExpectMatcherContext, locator: Locator | undefined, matcherName: string, expression: any, actual: any, matcherOptions: any, timeout?: number) {
|
||||
let header = state.utils.matcherHint(matcherName, expression, actual, matcherOptions).replace(/ \/\/ deep equality/, '') + '\n\n';
|
||||
if (timeout)
|
||||
|
|
|
|||
Loading…
Reference in a new issue