Skip to content

Commit 5019128

Browse files
author
Illia Obukhau
committed
test(accordion-web): fix test description
1 parent 203f008 commit 5019128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/accordion-web/src/components/__tests__/AccordionGroup.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ describe("AccordionGroup", () => {
335335
expect(accordionGroup.find({ children: "Widgets" })).toHaveLength(1);
336336
});
337337

338-
it("keep widgets rendered when 'loadContent' is 'whenExpanded' and 'collapsed' prop became false", () => {
338+
it("keep widgets rendered when 'loadContent' is 'whenExpanded' and 'collapsed' prop becomes true", () => {
339339
const accordionGroup = mount(
340340
<AccordionGroup
341341
{...defaultAccordionGroupProps}

0 commit comments

Comments
 (0)