We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a039b7 commit ab0147fCopy full SHA for ab0147f
frontend/src/common/components/Upload/__tests__/UploadModal.test.tsx
@@ -219,11 +219,6 @@ describe('UploadModal', () => {
219
expect(screen.getByTestId('ion-icon-document-icon')).toBeInTheDocument();
220
expect(screen.getByTestId('ion-progress-bar')).toHaveAttribute('data-value', '0.5');
221
expect(screen.getByText('common.cancel')).toBeInTheDocument();
222
-
223
- // Checking if we can find the seconds left text
224
- const fileInfo = screen.getByText(/seconds left/);
225
- expect(fileInfo.textContent).toContain('10 KB');
226
- expect(fileInfo.textContent).toContain('seconds left');
227
});
228
229
test('renders requesting permission state', () => {
0 commit comments