From 8557578d29d5a5b417ee07ffc98c58649a8eb347 Mon Sep 17 00:00:00 2001 From: Angelina Elizabeth Uno-Antonison Date: Fri, 7 Jul 2023 10:54:25 -0500 Subject: [PATCH] Fixed the unit test failing due to the addition of the tag datasets component --- frontend/test/views/AnnotationView.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test/views/AnnotationView.spec.js b/frontend/test/views/AnnotationView.spec.js index fa24c466..7daa7136 100644 --- a/frontend/test/views/AnnotationView.spec.js +++ b/frontend/test/views/AnnotationView.spec.js @@ -114,7 +114,7 @@ describe('AnnotationView', () => { it('renders text datasets according to configuration', () => { const textDatasets = wrapper.findAllComponents(TextDataset); - expect(textDatasets.length).to.equal(13); + expect(textDatasets.length).to.equal(12); }); // Enable this test when tag datasets are added to the configuration