Skip to content

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
@netlify
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.

@netlify
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.

3 participants