-
I [think](https://github.com/ember-learn/ember-cli-addon-docs/pull/112#issuecomment-373855353) there is a lack of assertions expressiveness using page objects:
```js
// .ok() results with a very poo…
ro0gr updated
6 years ago
-
As of version 57 Google Chrome can run headless. [Chromium has been able to for a while too](https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md).
I'm using Testem 1.15.0 on Ub…
-
Hey Justin, thanks for the library! Love it!
I'm currently using testdouble with QUnit via Ember. QUnit expects each test to have at least one assertion, but it doesn't recognize `td.verify()` as a…
-
I have just upgraded my app to Ember 3, and wanted to try out the new style tests.
So I generated a new, super basic test (`ember g acceptance-test new-style`), and tried to run it:
```js
import …
mydea updated
6 years ago
-
I can't seem to load data into the store in integration tests. My acceptance tests work fine.
My component loads data from the store, I want to ensure that a computed property is properly only retu…
ghost updated
6 years ago
-
according to ES spec i should be able to do something like this:
`import * as debug from '@ember/debug';`
though console replies with: ``… Could not find module `@ember/debug` …``
when using th…
GottZ updated
6 years ago
-
I'm sure this is related to a change in one of the addon's dependencies, but as of this afternoon including this addon in an ember app breaks the app's build. I've been able to reproduce with a fresh …
-
`Ember.testing` is a getter/setter in Ember, and destructuring like this will only read its value at the time the module is evaluated. In this case, `Ember.testing` will most likely be `false` when th…
-
I am trying to upgrade from version 2.10.1 to 2.18.2. This is the command I tried to do
`ember update --from "2.10.1" --to "2.18.2" --run-codemods`
I get a bunch of deprecation errors. Thoughts?…
-
I am trying to update to new 0.7.0 version, and when I do that, and try to `ember test` or `ember serve`, I receive the error in title. Backtrace:
```
this.ui.warn is not a function
TypeError: th…