chore: bump chromium to 104.0.5073.0 (main) (#34272)
This commit is contained in:
parent
3849d19e14
commit
470396d6ac
112 changed files with 663 additions and 589 deletions
|
@ -216,7 +216,8 @@ describe('session module', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('should survive an app restart for persistent partition', async () => {
|
||||
it('should survive an app restart for persistent partition', async function () {
|
||||
this.timeout(60000);
|
||||
const appPath = path.join(fixtures, 'api', 'cookie-app');
|
||||
|
||||
const runAppWithPhase = (phase: string) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue