Skip to content

Dashboard page integration test

Aanand Prasad requested to merge dashboard-page-integration-test into master

Integration test for DashboardPage which mocks out API and renders the page.

Sits on !95 (merged)

Benefits:

  • DashboardPage.js can now be refactored more safely

Drawbacks:

  • Horrific implementation
  • Breaks very severely (the test suite crashes) if something in DashboardPage.js goes wrong
Edited by Aanand Prasad

Merge request reports