fix waitForElement deprecation warning

refs LS-3017
flag=none

[optional] any extra details that might be useful to add

test plan:
  - TODO

qa risk: low

Change-Id: I7233a9ccdb0238ea54e60b3285fa036be6fbe662
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/286044
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
Davis Hyer 2022-02-28 10:00:44 -07:00
parent a418b6f9ea
commit 7d1e30fcbf
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ const ignoredErrors = [
const globalWarn = global.console.warn
const ignoredWarnings = [
/\[View|Button|Text\] .* in version 8.0.0/i,
/`waitForElement` has been deprecated/,
/Error getting \/media_objects\/dummy_media_id\/info/,
/Exactly one focusable child is required/,
/is deprecated and will be removed/,