From 0d50c7c7438d51cc8465bd504826c10bc0b0f439 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 5 Dec 2022 10:23:31 -0500 Subject: [PATCH] CSR-803: remove errant .only from test file --- src/common-components/textbox-question/textbox-question.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/textbox-question/textbox-question.spec.js b/src/common-components/textbox-question/textbox-question.spec.js index bfc65da16..d5d1de4e6 100644 --- a/src/common-components/textbox-question/textbox-question.spec.js +++ b/src/common-components/textbox-question/textbox-question.spec.js @@ -53,7 +53,7 @@ describe("textboxQuestion.vue", () => { expect(paragraph.attributes("class")).toContain("rounded-pill"); }); - it.only("Should return form-control class", async () => { + it("Should return form-control class", async () => { // Act const wrapper = shallowMount(textboxQuestion, { global: {