diff --git a/frontend/cypress/e2e/mapbefine.cy.ts b/frontend/cypress/e2e/mapbefine.cy.ts index 174e8c3ba..f9a84f341 100644 --- a/frontend/cypress/e2e/mapbefine.cy.ts +++ b/frontend/cypress/e2e/mapbefine.cy.ts @@ -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();