Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce select test helper #12450

Closed
wants to merge 2 commits into from

Conversation

Robdel12
Copy link

@Robdel12 Robdel12 commented Oct 6, 2015

I figured I'd give adding the select helper we provide in Emberx-select to ember core a shot.

@taras
Copy link
Contributor

taras commented Oct 6, 2015

Awesome! 😄

@stefanpenner
Copy link
Member

👍

let type = $options.prop('type');

assert(
`To select '${selector}', the elment must be a select box`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in the 'element'

@Robdel12 Robdel12 force-pushed the add-select-test-helper branch from fb8acca to 0792568 Compare December 4, 2015 22:52
@homu
Copy link
Contributor

homu commented Dec 8, 2015

☔ The latest upstream changes (presumably #12685) made this pull request unmergeable. Please resolve the merge conflicts.

@rwjblue
Copy link
Member

rwjblue commented Apr 10, 2016

I like this, but I do not think we should introduce new helpers in current acceptance tests. Can you add a comment to emberjs/rfcs#119 about this? I think this is best served by a general purpose "select" testing addon, and that RFC should make it pretty trivial to allow this to work from an addon.

Thank you for the time you put into this, and I'm sorry for letting it linger so long. I look forward to better testing structure, and I hope we can work together to make this helper a reality...

@rwjblue rwjblue closed this Apr 10, 2016
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.

7 participants