wildebeest
wildebeest copied to clipboard
Implement integration frontend tests
currently we have a single integration test for the frontend application: frontend/test/post-page.spec.ts
given the simplicity of the read-only UI we don't need to go overboard and have fully fledged E2E tests, not unit tests are necessary but we should create integration tests such as the post-page one mentioned about, we should have one test per page so that we can be confident that things are working acceptably well.
we should also make sure that the left column is tested as well since it is populated by dynamic content provided by the backend