Skip to content

Commit

Permalink
test: github actions 환경에서만 통과하지 못하는 wait 함수 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Sep 11, 2023
1 parent d9bf8d4 commit 0adc0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/mapbefine.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('토픽 상세 페이지', () => {
if (index === 0) $el.click();
});

cy.wait(2000);
cy.wait(3000);

cy.get('span').each(($el, index) => {
if (index === 6) $el.click();
Expand Down

0 comments on commit 0adc0b7

Please sign in to comment.