discourse/plugins/poll/test/javascripts/acceptance
Robin Ward a8793d0d9a REFACTOR: Test Memory Usage Fixes (#7769)
* Calling `Discourse.reset()` creates a new container
We should run our de-initializers only after acceptance tests,
since initializers are not run outside of acceptance tests anyway,
and the container at this point can be passed properly to the
`teardown()` method.

* Remove `Discourse.reset` from tests
This would cause a new container to be created which leaks many objects.

* `updateCurrentUser` is more accurate than `replaceCurrentUser`
2019-06-14 14:54:20 +02:00
..
poll-builder-disabled-test.js.es6 REFACTOR: Test Memory Usage Fixes (#7769) 2019-06-14 14:54:20 +02:00
poll-builder-enabled-test.js.es6 REFACTOR: Test Memory Usage Fixes (#7769) 2019-06-14 14:54:20 +02:00
polls-test-desktop.js.es6 FIX: polls acceptance tests 2019-02-27 19:16:24 +01:00
polls-test-mobile.js.es6 FIX: URL to user profile in poll results. (#7315) 2019-04-03 22:17:05 +02:00