phoenix_live_view icon indicating copy to clipboard operation
phoenix_live_view copied to clipboard

Add more E2E tests

Open SteffenDE opened this issue 2 years ago • 2 comments

This issue tracks which areas could still benefit from (more) end to end tests.

Features

  • [x] Streams
  • [x] Uploads (could benefit from more test)
  • [ ] Async operations
  • [x] Live Navigation
  • [x] Form recovery
  • [x] Scroll position

Bindings

  • [x] phx-feedback-for / phx-feedback-group
  • [ ] debounce / throttle
  • [ ] phx-viewport bindings
  • [ ] Loading states
  • ...

Feel free to adjust this as necessary.

SteffenDE avatar Jan 20 '24 14:01 SteffenDE

https://github.com/phoenixframework/phoenix_live_view/pull/3051 adds tests for live navigation and scroll restore

SteffenDE avatar Jan 26 '24 14:01 SteffenDE

https://github.com/phoenixframework/phoenix_live_view/pull/3061 adds tests for form recovery

SteffenDE avatar Jan 27 '24 15:01 SteffenDE