0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/comments-ui/test/utils
Kevin Ansfield 0b806cc01b 🐛 Fixed missing progress indicator when submitting comments
closes https://linear.app/ghost/issue/PLG-265

- wrapped the async part of `dispatchAction` in a Promise so code that calls it can await the action completion
  - this was a regression introduced a long time ago when we switched to Typescript and React hooks
- added a `setDelay()` method to our `MockedApi` class to make it easier to test interstitial loading states
2024-11-21 16:03:30 +00:00
..
e2e.ts Fixed flaky avatar saturation test in comments-ui 2024-11-12 17:10:44 +00:00
fixtures.ts Extracted comment member name and initial helper functions 2024-10-15 07:53:57 +01:00
MockedApi.ts 🐛 Fixed missing progress indicator when submitting comments 2024-11-21 16:03:30 +00:00