-
Notifications
You must be signed in to change notification settings - Fork 25
me-17954: test if video on analytics page is playing #750
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
Conversation
✅ Deploy Preview for cld-vp-esm-pages ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cld-video-player ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| @@ -0,0 +1,20 @@ | |||
| import { vpTest } from '../fixtures/vpTest'; | |||
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.
change the file name to analyticsPage.spec.ts, Write here all the tests for the analytics page here
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.
Changed
test/e2e/src/pom/analyticsPage.ts
Outdated
| * Video player examples analytics page object | ||
| */ | ||
| export class AnalyticsPage extends BasePage { | ||
| public videoAnalyticsPage: VideoComponent; |
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.
it's not a page change the name, analyticsVideoComponent maybe
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.
Changed.
Relevant task - https://cloudinary.atlassian.net/browse/ME-17954
This test is navigating to analytics page (analytics.html) and make sure that video element is playing (checking that the video is not paused).