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