File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments