Commit Graph

40 Commits

Author SHA1 Message Date
28f0274b46 Fix actions/accounts test for accountLookup 2022-06-09 15:10:49 -05:00
53cb5f723b actions/accounts: remove n/a test 2022-06-08 16:18:51 -05:00
5fe442b684 ESLint: add no-duplicate-imports rule
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-07 22:21:18 +02:00
04d1879e5b Add more tests for accounts actions 2022-06-03 16:46:42 -04:00
6eb6588492 Finish 'fetchAccountByUsername' tests 2022-06-02 11:37:18 -04:00
14d614e055 Start adding 'fetchAccountByUsername' tests 2022-06-02 10:52:00 -04:00
7f7b1aded5 Merge branch 'add-accounts-action-tests' into 'develop'
Add tests for 'createAccount' and 'fetchAccount'

See merge request soapbox-pub/soapbox-fe!1483
2022-06-01 19:23:01 +00:00
190d94a438 Add tests for 'createAccount' and 'fetchAccount' 2022-06-01 12:58:01 -04:00
8847b3cc03 Decrement reply count when removing a status. 2022-06-01 09:13:07 -04:00
3972e16e43 Add tests for alerts action 2022-05-27 15:22:20 -04:00
656f8038f6 Merge branch 'account-notes-test' into 'develop'
Add tests for account-notes action

See merge request soapbox-pub/soapbox-fe!1463
2022-05-27 18:32:36 +00:00
8433ff70b0 Add tests for account-notes action 2022-05-27 14:11:36 -04:00
4ad4414e08 Convert about action to TypeScript 2022-05-27 11:38:01 -04:00
a335c06f13 Convert blocks action to TypeScript 2022-05-26 13:37:22 -04:00
35a731ffd9 Restore localStorage onboarding code 2022-05-02 15:55:52 -05:00
ac53ed11b9 Add tests for Rules redux action/reducer 2022-05-02 13:55:08 -04:00
41ab4f0a44 Onboarding: use a server setting instead of localStorage, fix steps when data is already present 2022-04-20 12:08:49 -05:00
c8c715ee4b Add Onboarding controls to Redux 2022-04-14 10:42:56 -05:00
1466a08193 Perform better normalization of allowedEmoji 2022-04-10 15:44:51 -05:00
ed47cf5f09 Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
08a56082a9 Use intl to format messages 2022-03-30 10:40:09 -04:00
1ce5b5b34f Handle max file size before we process with server 2022-03-30 10:40:09 -04:00
1fe7a72790 Fix API mock 2022-03-18 12:20:03 -05:00
c084a7a232 Mitra: handle status context endpoint as a list of statuses 2022-02-07 12:19:28 -06:00
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
2a0e2001d6 eslint: enforce import/order 2022-01-10 16:01:24 -06:00
96c2e42ebf Preload: call verifyCredentials after Mastodon preload to get the "source" parameter of the account 2021-09-24 18:47:22 -05:00
1b6d2568b3 Preload: fix Mastodon accounts import 2021-09-22 09:23:37 -05:00
6e27116aa4 Tests: mock staticClient correctly 2021-09-05 14:16:16 -05:00
1e2b0c9eee Fix tests 2021-03-25 17:12:31 -05:00
0b8b0b82f7 Snackbar: fix auth test 2020-09-29 19:31:41 -05:00
d3b31c8bcf About page: restore functionality, fix tests 2020-06-12 14:39:56 -05:00
6d6dbd9113 Test: Start creating component snapshots 2020-06-09 21:29:50 -05:00
9fa7f7bf0f Tests: Start auth actions 2020-06-09 18:29:55 -05:00
23039c353e Tests: DRY mockStore() 2020-06-09 17:28:32 -05:00
628d73eb81 Tests: actions/about.js 2020-06-09 17:22:35 -05:00
f71f7e4dbd Tests: Clear API mocks between each test 2020-06-09 17:16:22 -05:00
842f35ebc5 Tests: Allow stubbing API 2020-06-09 17:07:27 -05:00
6810f8d0b6 Tests: Start mocking API for action tests 2020-06-09 16:47:41 -05:00