Remove unused test code to fix console error (#6073)

This commit is contained in:
Jace Browning
2025-03-31 23:08:04 -04:00
committed by GitHub
parent 73694563cf
commit 0583eb07d5
2 changed files with 0 additions and 33 deletions

View File

@ -272,14 +272,6 @@ export const isErrorWhitelisted = (exception: Error) => {
project: 'Google Chrome',
foundInSpec: 'e2e/playwright/snapshot-tests.spec.ts',
},
// TODO: fix this error in the code
{
name: 'ReferenceError',
message: 'createNewVariableCheckbox is not defined',
stack: '',
project: 'Google Chrome',
foundInSpec: 'e2e/playwright/testing-constraints.spec.ts',
},
{
name: 'Error',
message: 'The "path" argument must be of type string. Received undefined',