wildebeest icon indicating copy to clipboard operation
wildebeest copied to clipboard

Implement integration frontend tests

Open dario-piotrowicz opened this issue 2 years ago • 0 comments

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

dario-piotrowicz avatar Jan 09 '23 15:01 dario-piotrowicz