Skip to content

Commit 78def9c

Browse files
committed
Update test to reflect new wording in disclaimer
1 parent 7e86a1e commit 78def9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/compass-assistant/src/components/assistant-chat.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ describe('AssistantChat', function () {
121121

122122
it('displays the disclaimer and welcome text', function () {
123123
renderWithChat(createMockChat({ messages: [] }));
124-
expect(screen.getByText(/AI can make mistakes, so review for accuracy/)).to
125-
.exist;
124+
expect(screen.getByText(/Review answers for accuracy/)).to.exist;
126125
});
127126

128127
it('displays the welcome text when there are no messages', function () {

0 commit comments

Comments
 (0)