зеркало из https://github.com/mozilla/fxa.git
test(functional): add step to clear the cache for browser context
This commit is contained in:
Родитель
19934411c9
Коммит
a2077856a1
|
@ -545,6 +545,7 @@ export class LoginPage extends BaseLayout {
|
|||
await this.page.goto(`${this.target.contentServerUrl}/clear`, {
|
||||
waitUntil: 'load',
|
||||
});
|
||||
await this.page.context().clearCookies();
|
||||
return this.page.waitForTimeout(1000);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче