Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Sep 17, 2019
1 parent 1c62791 commit dbff702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/app/GeneralToolbar.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('<GeneralToolbar />', async () => {

// Test available controls
getByTitle('Toggle light/dark theme');
getByTitle('Import content into library');
getByTitle('Import EPUB files into library');
getByTitle('Search items in library');
expect(() => getByTitle('Install Illuminsight to home screen')).toThrow();

Expand Down

0 comments on commit dbff702

Please sign in to comment.