Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Nov 21, 2023
1 parent 3720412 commit 315795a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/gui/pages/about-build.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 315795a

Please sign in to comment.