File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 cp -r frontend/testing-view/dist/. electron-app/renderer/testing-view/
7777
7878 - name : Run UI tests
79- run : pnpm --filter e2e exec playwright test tests/ui
79+ run : pnpm --filter e2e exec playwright test tests/ui/startup.test.ts
8080
8181 - name : Upload test report
8282 if : always()
Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ export const test = base.extend<ElectronFixtures>({
2727 } ,
2828 } ) ;
2929
30- // Suppress backend error dialogs — binary may not be available in test env
31- await app . evaluate ( ( { dialog } ) => {
32- dialog . showErrorBox = ( ) => { } ;
33- } ) ;
34-
3530 // Wait for both windows to open before yielding the app fixture,
3631 // so logPage and logWindow fixtures can safely index into app.windows()
3732 await app . firstWindow ( ) ; // Backend Logs — always first
You can’t perform that action at this time.
0 commit comments