1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 11:59:58 +02:00

Fix E2E tests

This commit is contained in:
Chocobozzz 2023-11-06 08:56:56 +01:00
parent d3c9a2e5b9
commit 96bb9de7d0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 7 additions and 6 deletions

View file

@ -26,7 +26,6 @@ function isIOS () {
async function go (url: string) {
await browser.url(url)
// Hide notifications that could fail tests when hiding buttons
await browser.execute(() => {
const style = document.createElement('style')
style.innerHTML = 'p-toast { display: none }'