We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anyone have luck with writing acceptance tests for the slider? I've tried things like the following but with no luck.
Ember.$(selector).slider('setValue', [250000, 28000], true, true); // or triggerEvent(Ember.$(selector).slider(), 'slideStart', [250000, 280000]); // or triggerEvent(Ember.$(selector).slider(), 'change', [50000, 300000], [250000, 280000]);
Unfortunately, the component's computed properties don't update.
The text was updated successfully, but these errors were encountered:
Sorry but I haven't done nearly enough with acceptance tests to help.
Sorry, something went wrong.
were u able to solve this? if yes can u share some test examples
No branches or pull requests
Anyone have luck with writing acceptance tests for the slider? I've tried things like the following but with no luck.
Unfortunately, the component's computed properties don't update.
The text was updated successfully, but these errors were encountered: