-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
me-17979: tests if video is playing on vr 360 videos page #796
Conversation
✅ Deploy Preview for cld-video-player ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cld-vp-esm-pages ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
await test.step('Click on play button of 360 video play video', async () => { | ||
return pomPages.vr360VideosPage.vr360VideoComponent.clickPlay(); | ||
}); | ||
//Sending timeout to wait until video will start as it is heavy video |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
Relevant task - https://cloudinary.atlassian.net/browse/ME-17979
This test is navigating to 360 Videos page (360.html) and make sure that video element is playing.