Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/specs/mainPageVideoIsPlaying.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { waitForPageToLoadWithTimeout } from '../src/helpers/waitForPageToLoadWi
* Testing if video on main page is playing by checking that is pause return false.
* The video in the main page is not configured as autoplay so first need to click on play button.
*/
vpTest(`Test if video on main page is playing`, async ({ page, vpExamples }) => {
vpTest(`Test if video on main page can play as expected`, async ({ page, vpExamples }) => {
await test.step('Click on play button to play video', async () => {
//making sure the page is loaded
await waitForPageToLoadWithTimeout(page, 5000);
Expand Down