mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 14:05:41 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
4
node_modules/playwright/lib/worker/testTracing.js
generated
vendored
4
node_modules/playwright/lib/worker/testTracing.js
generated
vendored
@@ -212,14 +212,14 @@ class TestTracing {
|
||||
base64: typeof chunk === 'string' ? undefined : chunk.toString('base64')
|
||||
});
|
||||
}
|
||||
appendBeforeActionForStep(callId, parentId, apiName, params, stack) {
|
||||
appendBeforeActionForStep(callId, parentId, category, apiName, params, stack) {
|
||||
this._appendTraceEvent({
|
||||
type: 'before',
|
||||
callId,
|
||||
parentId,
|
||||
startTime: (0, _utils.monotonicTime)(),
|
||||
class: 'Test',
|
||||
method: 'step',
|
||||
method: category,
|
||||
apiName,
|
||||
params: Object.fromEntries(Object.entries(params || {}).map(([name, value]) => [name, generatePreview(value)])),
|
||||
stack
|
||||
|
||||
Reference in New Issue
Block a user