Hi Folks, thanks for putting together ember-responsive. Initially, I had similar expectations as the developer in #93, but it makes sense that the acceptance helper wouldn't change the browser size because the addon itself doesn't change the browser size. But I think I'm running into another issue while analyzing how we can bring the responsive pieces under test.
My issue is the media-* classes don't seem to inject during the acceptance test runs.

So even if I pause the acceptance test and manually resize the browser, no responsive changes take place because there are no media-* classes to adjust on.

Do we have to do anything with tests/helpers/responsive.js to get the injections working that I missed?
Thanks Everyone!
Hi Folks, thanks for putting together ember-responsive. Initially, I had similar expectations as the developer in #93, but it makes sense that the acceptance helper wouldn't change the browser size because the addon itself doesn't change the browser size. But I think I'm running into another issue while analyzing how we can bring the responsive pieces under test.
My issue is the
media-*classes don't seem to inject during the acceptance test runs.So even if I pause the acceptance test and manually resize the browser, no responsive changes take place because there are no
media-*classes to adjust on.Do we have to do anything with
tests/helpers/responsive.jsto get the injections working that I missed?Thanks Everyone!