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', () => {
10
10
11
11
describe ( 'Code button for repo row' , ( ) => {
12
12
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' ;
14
14
const tooltipQuery = 'div[role="tooltip"]' ;
15
15
16
16
cy
@@ -19,8 +19,8 @@ describe('Repo', () => {
19
19
. should ( 'not.exist' ) ;
20
20
21
21
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 "]' )
24
24
// take it's parent row
25
25
. closest ( 'tr' )
26
26
// 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