chore: more work towards fixing

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-04-12 10:21:42 +02:00
parent 5d8339cfee
commit 382531e501
+5
View File
@@ -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();
});