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
Branch
searchTest
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6697
Build 9353: tox-on-jenkinsJenkins
Build 9352: arc lint + arc unit

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.