PJ
9754d14182
Fix intermittently broken reaction images on home feed ( #19779 )
...
* move reaction icons to base layout
* fix reactions count specs??
* also fix article specs
2023-07-27 19:48:07 +01:00
PJ
5933f294e9
Follow all suggested users by default when onboarding ( #19435 )
2023-05-09 17:04:10 +01:00
ktmouk
151a118f57
Fix the last line of editor is not visible ( #19023 )
...
Co-authored-by: Lawrence <lawrence@forem.com>
2023-02-02 06:10:24 -06:00
Suzanne Aitchison
b7d63a6e8d
workaround getComputedStyle issues in all jest tests ( #14737 )
2021-09-21 10:52:54 +01:00
dependabot[bot]
f0700b2588
Bump jest from 26.6.3 to 27.2.0 ( #14722 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-09-14 11:20:15 -04:00
Nick Taylor
d623157eee
Fixed some frontend tests causing unhandled rejection errors ( #11627 )
...
* Fixed unhandled rejection in <ImageUploader /> test.
* Fixed <FollowUsers /> tests.
* Fixed the tests for the <RequestManager /> component.
* Fixed unhandled rejection in search utilities.
* Added an unhandledRejection listener so tests will fail if a Promise fails.
* Added a comment about why you might get an unhandled rejection exception.
2020-11-26 06:11:25 -05:00
Nick Taylor
779551916a
Fix frontend test setup file ( #11623 )
2020-11-25 15:27:06 -05:00
Nick Taylor
8c22bbd17b
filterXSS is now set up in testSetup.js ( #11579 )
2020-11-23 14:08:13 -05:00
Nick Taylor
a72831b952
Import jest-axe matchers via setupFilesAfterEnv config property ( #8217 )
...
* Now expect is extended for jest-axe via the jest setupFilesAfterEnv config property.
* Renamed a test setup file for jest.
2020-06-01 16:37:32 +02:00