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
This leads to unexpected build failures while developing new features (annoying, misleading).
We should find a compromise to decouple tests from these live values while not compromising the integrity of our testing.
The text was updated successfully, but these errors were encountered:
Checks in integrations tests such as https://github.com/LincolnSteinLab/gdc-viewer/blob/develop/cypress/integration/ExploreGDC.js#L124 are coupled to total numbers of matching entries and the top results, both of which may change over time.
This leads to unexpected build failures while developing new features (annoying, misleading).
We should find a compromise to decouple tests from these live values while not compromising the integrity of our testing.
The text was updated successfully, but these errors were encountered: