code-corps / code-corps/code-corps-ember
List of all test files that use JQuery instead of Page Objects
Open
- Dominant language
- JavaScript
- Stars
- 120
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
As of right now, we have multiple test files that aren't utilizing ember-cli-page-objects, and instead are using jQuery to select elements.
`tests/integration/components/common/busy-model-wrapper-test.js`
`tests/integration/components/donation-goals-activation-test.js`
`tests/integration/components/drag-zone-test.js`
`tests/integration/components/organization-menu-test.js`
`tests/integration/components/pager-control-test.js`
`tests/integration/components/team-member-test.js`
Contributor guide
Assessment
This issue has not been assessed yet.