Skip to content

Commit

Permalink
Forgot to remove the .only from the test being worked out
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousHorncat committed Oct 4, 2023
1 parent 4fe43c3 commit 2555ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/views/AnalysisListingView.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 2555ae4

Please sign in to comment.