Skip to content

Commit

Permalink
chore: more work towards fixing
Browse files Browse the repository at this point in the history
Signed-off-by: blam <ben@blam.sh>
  • Loading branch information
benjdlambert committed Apr 12, 2021
1 parent 5d8339c commit 382531e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/src/integration/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ describe('Integrations', () => {
cy.get('input[name=url]').type(
'https://github.com/backstage-verification/test-repo',
);
cy.request('/api/catalog/locations', {
target:
'https://github.com/backstage-verification/test-repo/blob/main/**/*',
type: 'url',
});

cy.contains('Analyze').click();
});
Expand Down

0 comments on commit 382531e

Please sign in to comment.