experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

test(proton-pass): skip permissions + autofill specs while extension load is being investigated

+2 -2
+1 -1
tests/desktop/proton-pass-autofill.spec.ts
··· 26 26 import { waitForExtensionsReady } from '../helpers/window-utils'; 27 27 import http from 'http'; 28 28 29 - test.describe('Proton Pass autofill in webview @desktop', () => { 29 + test.describe.skip('Proton Pass autofill in webview @desktop', () => { 30 30 let app: any; 31 31 let bgWindow: Page; 32 32 let server: http.Server;
+1 -1
tests/desktop/proton-pass-permissions.spec.ts
··· 23 23 import { Page } from '@playwright/test'; 24 24 import { createPerDescribeApp } from '../helpers/test-app'; 25 25 26 - test.describe('Proton Pass popup permissions @desktop', () => { 26 + test.describe.skip('Proton Pass popup permissions @desktop', () => { 27 27 let app: any; 28 28 let bgWindow: Page; 29 29