Roman Rizzi
bbe5d8d5cf
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
Robin Ward
3394d994e9
FIX: Tests were using jQuery selectors
...
For the most part `querySelectorAll` will work with jQuery selectors,
but the big exception is `:eq(0)` and similar. Those needed to be
replaced.
2020-11-23 11:36:07 -05:00
Robin Ward
d6f2a63efe
FIX: Tests were performing data[] queries but without quotes
...
This works in jQuery but not querySelectorAll
2020-11-20 12:39:07 -05:00
Jarek Radosz
dbcf722ab9
DEV: Modulize component tests ( #11300 )
...
It's like the new tests, but still old underneath!
2020-11-20 15:54:09 +01:00
Jarek Radosz
b1bbcb2415
DEV: Use topic property setter
2020-11-11 13:32:29 -05:00
Dan Ungureanu
ab314218d3
FEATURE: Implement edit functionality for post notices ( #11140 )
...
All post notice related custom fields were moved to a single one.
2020-11-11 14:49:53 +02:00
Robin Ward
435a9913a4
REFACTOR: Replace global find with queryAll
...
In newer Embers jQuery is removed. There is a `find` but it only returns
one element and not a jQuery selector. This patch migrates our code to a
new helper `queryAll` which allows us to remove the global.
2020-10-29 14:45:51 -04:00
Robin Ward
b302321451
REFACTOR: Test assertions should be imported.
...
Previously they were global functions.
2020-10-28 11:39:06 -04:00
jbrw
35cfca1f3f
FIX: Hide delete button if user cannot delete and/or flag a post ( #11045 )
...
* FIX: Hide delete button if user cannot delete and/or flag a post
* Move canFlag conditional
2020-10-27 13:02:31 -04:00
Robin Ward
e634513568
Move click and fillIn to imports
...
Previously they were global functions.
2020-10-27 08:55:56 -04:00
Robin Ward
1e4c0d1857
Remove more global variables from tests.
...
* Use `sinon` instead of `sandbox` and require an import.
* You need to import `currentURL` to use it.
2020-10-26 13:32:11 -04:00
Robin Ward
23f24bfb51
REFACTOR: Move javascript tests inside discourse app
...
This is where they should be as far as ember is concerned. Note this is
a huge commit and we should be really careful everything continues to
work properly.
2020-10-02 11:29:36 -04:00