Skip to content
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-17956: test if videos on audio player page are playing #762

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

ShayLevi
Copy link
Contributor

Relevant task - https://cloudinary.atlassian.net/browse/ME-17956
This test is navigating to audio player page (audio.html) and make sure that 2 videos element are playing (checking that the video is not paused).

@ShayLevi ShayLevi requested a review from a team as a code owner December 10, 2024 08:17
@ShayLevi ShayLevi requested a review from refael-m December 10, 2024 08:17
Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for cld-video-player ready!

Name Link
🔨 Latest commit 307aaa4
🔍 Latest deploy log https://app.netlify.com/sites/cld-video-player/deploys/67580680983fac0008f35149
😎 Deploy Preview https://deploy-preview-762--cld-video-player.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for cld-vp-esm-pages ready!

Name Link
🔨 Latest commit 307aaa4
🔍 Latest deploy log https://app.netlify.com/sites/cld-vp-esm-pages/deploys/6758068000e8960008654356
😎 Deploy Preview https://deploy-preview-762--cld-vp-esm-pages.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

import { VideoComponent } from '../../components/videoComponent';
import { BasePage } from './BasePage';
const AUDIO_PLAYER_FIRST_VIDEO_SELECTOR = '//*[@id="player_html5_api"]';
const AUDIO_PLAYER_SECOND_VIDEO_SELECTOR = '//*[@id="player-t_html5_api"]';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you give it more meaningful names instead of firstVideo, secondVideo?

Copy link
Contributor Author

@ShayLevi ShayLevi Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed to audioPlayerVideoComponent and audioPlayerWithTransformationVideoComponent

@ShayLevi ShayLevi merged commit 753f115 into edge Dec 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants