You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BacktopJS tests that include mock requests to Request Broker are not functioning correctly - object data is not displayed.
To reproduce
Steps to reproduce the behavior:
Run DIMES locally
In another terminal, run the backstopJS tests usuing yarn backstop-test
See the resulting tests on the My List page and in the request modals that show collection info, but not the associated archival objects.
Expected behavior
The test snapshots should match the DIMES UI and include the archival object data that has been added to the users list. That data is in the mock requests located in the backstop_data/request_reference directory.
Error message or screenshots
Screenshot of My List test:
Impact on your work
Impacts our ability to the UI for unintended changes.
The text was updated successfully, but these errors were encountered:
Describe the bug
BacktopJS tests that include mock requests to Request Broker are not functioning correctly - object data is not displayed.
To reproduce
Steps to reproduce the behavior:
yarn backstop-test
Expected behavior
The test snapshots should match the DIMES UI and include the archival object data that has been added to the users list. That data is in the mock requests located in the
backstop_data/request_reference
directory.Error message or screenshots
Screenshot of My List test:
Impact on your work
Impacts our ability to the UI for unintended changes.
The text was updated successfully, but these errors were encountered: