Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Dec 14, 2023
1 parent 06f8b19 commit 0e919be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests-e2e/ocw-ci-test-course/video-tabs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ test("Video tabs content (links) are keyoard navigable", async ({ page }) => {
})
await tabButton.focus()
page.keyboard.press("Enter")
await page.waitForSelector(".video-tab.container.show", { state: 'visible' })
await page.waitForSelector(".video-tab.container.show", {
state: "visible"
})
page.keyboard.press("Tab")
page.keyboard.press("Enter")
await coursePage.page.waitForURL(`**/${tab.url}`)
Expand Down

0 comments on commit 0e919be

Please sign in to comment.