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()
|
||||
}
|
||||
|
||||
async isEmbedWarningDisplayed () {
|
||||
const text = await $('.vjs-dock-description').getText()
|
||||
|
||||
return !!text.trim()
|
||||
isEmbedWarningDisplayed () {
|
||||
return $('.peertube-dock-description').isDisplayed()
|
||||
}
|
||||
|
||||
goOnP2PMediaLoaderEmbed () {
|
||||
|
||||
Reference in New Issue
Block a user