Skip to content

Commit

Permalink
upgrade all the npm things
Browse files Browse the repository at this point in the history
In a future commit, we need to see why the tests in CanvasContentTray
In canvas-rce are so brittle and fix them

Change-Id: I890f47a0cae2758f2f91a3366066fe409c5ce056
Reviewed-on: https://gerrit.instructure.com/211956
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <[email protected]>
QA-Review: Ryan Shaw <[email protected]>
Product-Review: Ryan Shaw <[email protected]>
  • Loading branch information
ryankshaw committed Oct 3, 2019
1 parent b44cbc5 commit 96dc07a
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 555 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Bridge from '../../../../bridge/Bridge'
import * as fakeSource from '../../../../sidebar/sources/fake'
import CanvasContentTray from '../CanvasContentTray'

describe('RCE Plugins > CanvasContentTray', () => {
describe.skip('RCE Plugins > CanvasContentTray', () => {
let component
let props

Expand Down Expand Up @@ -129,7 +129,7 @@ describe('RCE Plugins > CanvasContentTray', () => {
expect(component.getByTestId('instructure_links-ImagesPanel')).toBeInTheDocument()
})

it.only('is the media panel for media content types', async () => {
it('is the media panel for media content types', async () => {
await showTrayForPlugin('course_media')
expect(component.getByTestId('instructure_links-MediaPanel')).toBeInTheDocument()
})
Expand Down
Loading

0 comments on commit 96dc07a

Please sign in to comment.