selenium: Upgrade from webdriver v4 to v5
[lhc/web/wiklou.git] / tests / selenium / specs / specialwatchlist.js
index de36b90..bfad3b8 100644 (file)
@@ -18,7 +18,7 @@ describe( 'Special:Watchlist', function () {
        } );
 
        beforeEach( function () {
-               browser.deleteCookie();
+               browser.deleteAllCookies();
                LoginPage.login( username, password );
        } );