Unskip TrayController spec

closes LF-968
flag = none

Test plan: jenkins passes

Change-Id: I2c64d49a5a82b455ef6b0793d0fee23edc6aa2a1
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/333284
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jonathan Guardado <jonathan.guardado@instructure.com>
QA-Review: Jonathan Guardado <jonathan.guardado@instructure.com>
Product-Review: Jackson Howe <jackson.howe@instructure.com>
This commit is contained in:
Jackson Howe 2023-11-20 11:53:19 -07:00
parent 48f2d1cf10
commit 2bad036fa4
1 changed files with 1 additions and 2 deletions

View File

@ -289,8 +289,7 @@ describe('RCE "Videos" Plugin > VideoOptionsTray > TrayController', () => {
expect(updateMediaObject).not.toHaveBeenCalled()
})
// fickle. LF-968
it.skip('replaces the video with a link', async () => {
it('replaces the video with a link', async () => {
const updateMediaObject = jest.fn().mockResolvedValue()
const ed = editors[0]
trayController.showTrayForEditor(ed)