Page MenuHomeSoftware Heritage

cypress: Add basic test for origin-search
ClosedPublic

Authored by kalpitk on Jul 3 2019, 8:39 PM.

Details

Summary

firstly, tests which don't require additional repos injested will be implemented.

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

kalpitk retitled this revision from cypress: Add basic test for origin-search to [WIP] cypress: Add basic test for origin-search.Jul 3 2019, 8:42 PM
kalpitk retitled this revision from [WIP] cypress: Add basic test for origin-search to cypress: Add basic test for origin-search.Jul 4 2019, 6:19 PM
anlambert added a subscriber: anlambert.

Nice work! Apart a small inline comment to handle, this can be landed !

cypress/integration/origin-search.spec.js
51

async keyword is not needed here

This revision is now accepted and ready to land.Jul 8 2019, 11:20 AM
  • remove unnecessary async
  • Rebase
This revision was automatically updated to reflect the committed changes.