Skip to content

Commit ac996e0

Browse files
authored
fix: Chat bubble test name (#33)
1 parent 316e93b commit ac996e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat-bubble/__tests__/chat-bubble.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("Chat bubble", () => {
7474
expect(wrapper.findLoadingBar()!.getElement()).toBeVisible();
7575
});
7676

77-
test("findLoadingBar returns null when set to false", () => {
77+
test("findLoadingBar returns null when showLoadingBar is set to false", () => {
7878
const wrapper = renderChatBubble({
7979
type: "outgoing",
8080
avatar: <Avatar ariaLabel="Avatar" />,

0 commit comments

Comments
 (0)