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:
parent
48f2d1cf10
commit
2bad036fa4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue