diff --git a/test/e2e/specs/mainPageVideoIsPlaying.spec.ts b/test/e2e/specs/mainPageVideoIsPlaying.spec.ts index b113842e..2bbf91d7 100644 --- a/test/e2e/specs/mainPageVideoIsPlaying.spec.ts +++ b/test/e2e/specs/mainPageVideoIsPlaying.spec.ts @@ -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);