Skip to content

Commit

Permalink
fix: failing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
disha1202 committed Oct 27, 2024
1 parent 14a127a commit 622e2b6
Show file tree
Hide file tree
Showing 9 changed files with 6,760 additions and 485 deletions.
1,594 changes: 1,548 additions & 46 deletions src/components/UserPortal/ChatRoom/ChatRoom.test.tsx

Large diffs are not rendered by default.

925 changes: 859 additions & 66 deletions src/components/UserPortal/CreateDirectChat/CreateDirectChat.test.tsx

Large diffs are not rendered by default.

2,701 changes: 2,601 additions & 100 deletions src/components/UserPortal/CreateGroupChat/CreateGroupChat.test.tsx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default function CreateGroupChat({
placeholder={'Group name'}
autoComplete="off"
required
data-tsetid="groupTitleInput"
data-testid="groupTitleInput"
value={title}
onChange={(e): void => {
setTitle(e.target.value);
Expand Down
Loading

0 comments on commit 622e2b6

Please sign in to comment.