Skip to content

Conversation

@tsi
Copy link
Collaborator

@tsi tsi commented Apr 1, 2025

@tsi tsi self-assigned this Apr 1, 2025
@tsi tsi requested a review from a team as a code owner April 1, 2025 13:28
@netlify
Copy link

netlify bot commented Apr 1, 2025

Deploy Preview for cld-video-player ready!

Name Link
🔨 Latest commit 57b7bf8
🔍 Latest deploy log https://app.netlify.com/sites/cld-video-player/deploys/67f22f34189d170008d2f5d7
😎 Deploy Preview https://deploy-preview-841--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 Apr 1, 2025

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

Name Link
🔨 Latest commit 57b7bf8
🔍 Latest deploy log https://app.netlify.com/sites/cld-vp-esm-pages/deploys/67f22f335f277f0008cfd3c3
😎 Deploy Preview https://deploy-preview-841--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.

// Wait for both video elements to be ready
await test.step('Wait for video elements to be ready', async () => {
await page.waitForSelector('#player_html5_api', { state: 'visible' });
await page.waitForSelector('#player-playlist_html5_api', { state: 'visible' });
Copy link
Contributor

@ShayLevi ShayLevi Apr 3, 2025

Choose a reason for hiding this comment

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

Instead using waitForSelector you can set scrollIntoViewIfNeeded() function which is being used in other specs for that.

await pomPages.visualSearchPage.visualSearchVideoComponent.locator.scrollIntoViewIfNeeded();
await pomPages.visualSearchPage.visualSearchPlaylistVideoComponent.locator.scrollIntoViewIfNeeded();

This was referenced Dec 11, 2025
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.

4 participants