diff --git a/src/gui/pages/about-build.test.tsx b/src/gui/pages/about-build.test.tsx index 5666f8c29..6d19387af 100644 --- a/src/gui/pages/about-build.test.tsx +++ b/src/gui/pages/about-build.test.tsx @@ -39,18 +39,12 @@ test('Check about-build component', async () => { expect(screen.getByText('Refresh the app')).toBeTruthy(); - expect(screen.getByText('Download local database contents')).toBeTruthy(); - expect(screen.getByText('Share local database contents')).toBeTruthy(); expect(screen.getByText('Wipe and reset everything')).toBeTruthy(); expect(screen.getByText('Open Mini-Fauxton')).toBeTruthy(); - fireEvent.click(screen.getByText('Download local database contents')); - - expect(doDumpDownload).toBeCalled(); - fireEvent.click(screen.getByText('Share local database contents')); expect(progressiveSaveFiles).toBeCalled();