Skip to content

Commit

Permalink
vp test: modify test description (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayLevi authored Nov 13, 2024
1 parent 26d00d5 commit 7e95fae
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7e95fae

Please sign in to comment.