Fix e2e tests
This commit is contained in:
parent
4b7a20d88b
commit
2024a3b933
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue