Skip to content

Commit

Permalink
#2490 - more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jun 24, 2024
1 parent cbf584a commit d05ace3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
describe('Client Display Accessibility Video Tests', () => {
const testVideo = '/static/videos/create-quiz.mp4'

it.skip('display video on skill page', () => {
it('display video on skill page', () => {
cy.intercept('GET', '/api/projects/proj1/skills/skill1/videoCaptions')
.as('getVideoCaptions');
cy.createProject(1)
Expand Down

0 comments on commit d05ace3

Please sign in to comment.