mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix e2e tests
This commit is contained in:
@@ -52,10 +52,8 @@ export class VideoWatchPage {
|
|||||||
await $('.vjs-big-play-button').waitForDisplayed()
|
await $('.vjs-big-play-button').waitForDisplayed()
|
||||||
}
|
}
|
||||||
|
|
||||||
async isEmbedWarningDisplayed () {
|
isEmbedWarningDisplayed () {
|
||||||
const text = await $('.vjs-dock-description').getText()
|
return $('.peertube-dock-description').isDisplayed()
|
||||||
|
|
||||||
return !!text.trim()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
goOnP2PMediaLoaderEmbed () {
|
goOnP2PMediaLoaderEmbed () {
|
||||||
|
|||||||
Reference in New Issue
Block a user