mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-06 02:05:44 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
2
node_modules/playwright-core/lib/server/debugger.js
generated
vendored
2
node_modules/playwright-core/lib/server/debugger.js
generated
vendored
@@ -121,7 +121,7 @@ function shouldPauseBeforeStep(metadata) {
|
||||
if (!metadata.apiName) return false;
|
||||
// Always stop on 'close'
|
||||
if (metadata.method === 'close') return true;
|
||||
if (metadata.method === 'waitForSelector' || metadata.method === 'waitForEventInfo') return false; // Never stop on those, primarily for the test harness.
|
||||
if (metadata.method === 'waitForSelector' || metadata.method === 'waitForEventInfo' || metadata.method === 'querySelector' || metadata.method === 'querySelectorAll') return false; // Never stop on those, primarily for the test harness.
|
||||
const step = metadata.type + '.' + metadata.method;
|
||||
// Stop before everything that generates snapshot. But don't stop before those marked as pausesBeforeInputActions
|
||||
// since we stop in them on a separate instrumentation signal.
|
||||
|
||||
Reference in New Issue
Block a user