CSR-803: remove errant .only from test file

This commit is contained in:
Adam Caouette 2022-12-05 10:23:31 -05:00
parent c30bd8877c
commit 0d50c7c743

View file

@ -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: {