Skip to content

Commit 735c634

Browse files
committed
fix: use git-proxy repo in repo cypress test
1 parent 57c65cb commit 735c634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cypress/e2e/repo.cy.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('Repo', () => {
1010

1111
describe('Code button for repo row', () => {
1212
it('Opens tooltip with correct content and can copy', () => {
13-
const cloneURL = 'http://localhost:8000/finos/test-repo.git';
13+
const cloneURL = 'http://localhost:8000/finos/git-proxy.git';
1414
const tooltipQuery = 'div[role="tooltip"]';
1515

1616
cy
@@ -19,8 +19,8 @@ describe('Repo', () => {
1919
.should('not.exist');
2020

2121
cy
22-
// find the entry for finos/test-repo
23-
.get('a[href="/dashboard/repo/test-repo"]')
22+
// find the entry for finos/git-proxy
23+
.get('a[href="/dashboard/repo/git-proxy"]')
2424
// take it's parent row
2525
.closest('tr')
2626
// find the nearby span containing Code we can click to open the tooltip

0 commit comments

Comments
 (0)