remove wait deprecation warning

flag=none

cleaned up on https://gerrit.instructure.com/c/multiple_root_accounts/+/274275

test plan:
  - specs pass

qa risk: low

Change-Id: Ia7c544941ff0a777b0badc3f009434eaf207a859
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/274137
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
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>
This commit is contained in:
Davis Hyer 2021-09-22 09:38:45 -06:00
parent d9839c1f1b
commit c27710ddbf
1 changed files with 0 additions and 1 deletions

View File

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