Skip to content

test: fix E2E timeout failures on CI#147

Open
NovakPAai wants to merge 1 commit intomainfrom
claude/jack-fix-e2e-timeouts
Open

test: fix E2E timeout failures on CI#147
NovakPAai wants to merge 1 commit intomainfrom
claude/jack-fix-e2e-timeouts

Conversation

@NovakPAai
Copy link
Copy Markdown
Owner

Summary

  • smoke.spec.ts: увеличен таймаут ожидания открытия drawer (text=Комментарии) и textarea комментария с 5s до 10s
  • task-drawer.spec.ts: добавлен explicit waitFor 10s перед кликом по метке в picker (тест «назначение существующей метки на задачу»)

Why

E2E тесты впервые попали в CI после мержа gap-05 (#135) — до этого CI блокировался на TypeScript-ошибках. На CI среда медленнее: 5s таймаутов не хватает для открытия drawer и рендера label picker после page.reload().

Test plan

  • CI E2E job проходит зелёным
  • smoke.spec.ts — «CIO demo smoke: full user journey» проходит
  • task-drawer.spec.ts — «назначение существующей метки на задачу» проходит

smoke.spec.ts: 5s → 10s for drawer open and comment textarea waitFor
task-drawer.spec.ts: add explicit waitFor before label picker click (10s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants