code-corps / code-corps/code-corps-ember
List of test files that have page objects, but don't make full use of them
- 主要語言
- JavaScript
- 星號
- 120
- 分支
- 75
- PR 合併指標
- 30 天內沒有已合併 PR
描述
# Problem
As of right now, we have multiple test files that have page objects, but don't make full use of them. IE, not defining a `renderPage()` function.
`tests/integration/components/error-wrapper-test.js`
`tests/integration/components/image-drop-test.js`
`tests/integration/components/password/forgot-password-test.js`
`tests/integration/components/password/reset-password-test.js`
`tests/integration/components/project-card-test.js`
`tests/integration/components/project-item-test.js`
`tests/integration/components/project-list-test.js`
`tests/integration/components/project-long-description-test.js`
`tests/integration/components/skill-button-test.js`
`tests/integration/components/task-title-test.js`
貢獻指南
研究方向
檢查 tests/integration/components 下列出的整合測試檔案,先了解其中現有頁面物件的使用方式。將每個檔案的使用情況與所述的 renderPage() 預期進行比較,然後執行受影響的元件整合測試,以驗證列出的所有頁面物件都已充分使用。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- testing
- Issue 類型
- 重構
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 50/100