Skip to content

Commit

Permalink
test: 태스크 생성, 삭제, 업데이트 E2E 테스트 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
choyoungwoo9 committed Jul 10, 2024
1 parent abcb72d commit 0a6bdf4
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/test/project/ws-backlog-page/ws-story.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ describe('WS story', () => {
const expectTitleUpdateStory = (socket, id, title) => {
return new Promise<void>((resolve) => {
socket.once('backlog', async (data) => {
console.log(data);
const { content, action, domain } = data;
expect(domain).toBe('story');
expect(action).toBe('update');
Expand Down
Loading

0 comments on commit 0a6bdf4

Please sign in to comment.