From 2bad036fa43d7b6ead289c054b307f73ae419bb6 Mon Sep 17 00:00:00 2001 From: Jackson Howe Date: Mon, 20 Nov 2023 11:53:19 -0700 Subject: [PATCH] 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 Reviewed-by: Jonathan Guardado QA-Review: Jonathan Guardado Product-Review: Jackson Howe --- .../VideoOptionsTray/__tests__/TrayController.test.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/canvas-rce/src/rce/plugins/instructure_record/VideoOptionsTray/__tests__/TrayController.test.jsx b/packages/canvas-rce/src/rce/plugins/instructure_record/VideoOptionsTray/__tests__/TrayController.test.jsx index 5e567c7b8cf..e9c457ef634 100644 --- a/packages/canvas-rce/src/rce/plugins/instructure_record/VideoOptionsTray/__tests__/TrayController.test.jsx +++ b/packages/canvas-rce/src/rce/plugins/instructure_record/VideoOptionsTray/__tests__/TrayController.test.jsx @@ -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)