From 2555ae4a688e8ee0bbae0b779eb3d28887b53811 Mon Sep 17 00:00:00 2001 From: Angelina Uno-Antonison Date: Tue, 3 Oct 2023 19:33:11 -0500 Subject: [PATCH] Forgot to remove the .only from the test being worked out --- frontend/test/views/AnalysisListingView.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test/views/AnalysisListingView.spec.js b/frontend/test/views/AnalysisListingView.spec.js index 1c377c2e..22c25b13 100644 --- a/frontend/test/views/AnalysisListingView.spec.js +++ b/frontend/test/views/AnalysisListingView.spec.js @@ -100,7 +100,7 @@ describe('AnalysisListingView', () => { expect(dialogComponent.exists()).to.be.true; }); - it.only('should render notification for a failed upload', async () => { + it('should render notification for a failed upload', async () => { mockedImport.throws('broken import sad face'); const createCard = wrapper.findComponent(AnalysisCreateCard); await createCard.trigger('click');