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:
parent
d3c9a2e5b9
commit
96bb9de7d0
4 changed files with 7 additions and 6 deletions
|
@ -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 }'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue