From b045153d7bc788ac7f5ffe017bf6631cadc9add8 Mon Sep 17 00:00:00 2001 From: davidvader Date: Fri, 27 Oct 2023 15:32:36 -0500 Subject: [PATCH] fix: stub repo --- cypress/integration/graph.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/graph.spec.js b/cypress/integration/graph.spec.js index 692ba6d74..41e1cc151 100644 --- a/cypress/integration/graph.spec.js +++ b/cypress/integration/graph.spec.js @@ -32,6 +32,7 @@ context('Build Graph', () => { '*api/v1/repos/*/*/builds/*/graph', 'fixture:build_graph.json', ); + cy.route('GET', '*api/v1/repos/*/octocat', 'fixture:repository.json'); cy.login('/github/octocat/1/graph'); }); it('build graph root should be visible', () => {