Skip to content

Commit

Permalink
fix: stub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Oct 27, 2023
1 parent eddc076 commit b045153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/graph.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit b045153

Please sign in to comment.