Overrides for picker confirmation used by tests (e.g. Quench suites).
Set a property to an async function returning the expected value to bypass
the DOM picker. Restore to null when the test is done.
_pickerOverrides.burstConfirm = async () => true;
_pickerOverrides.targetConfirm = async () => true;
Overrides for picker confirmation used by tests (e.g. Quench suites). Set a property to an async function returning the expected value to bypass the DOM picker. Restore to null when the test is done. _pickerOverrides.burstConfirm = async () => true; _pickerOverrides.targetConfirm = async () => true;