Skip to content

Commit

Permalink
e2e test consistant datafiles action url
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Feb 7, 2025
1 parent ba565bb commit 5467614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CI/e2e/frontend.config.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"files": "all",
"mat_icon": "download",
"type": "form",
"url": "https://www.scicat.info/download/all",
"url": "http://localhost:4200/download/all",
"target": "_blank",
"enabled": "#SizeLimit",
"authorization": ["#datasetAccess", "#datasetPublic"]
Expand All @@ -77,7 +77,7 @@
"files": "selected",
"mat_icon": "download",
"type": "form",
"url": "https://www.scicat.info/download/selected",
"url": "http://localhost:4200/download/selected",
"target": "_blank",
"enabled": "#Selected && #SizeLimit",
"authorization": ["#datasetAccess", "#datasetPublic"]
Expand All @@ -89,7 +89,7 @@
"files": "all",
"icon": "/assets/icons/jupyter_logo.png",
"type": "form",
"url": "https://www.scicat.info/notebook/all",
"url": "http://localhost:4200/notebook/all",
"target": "_blank",
"authorization": ["#datasetAccess", "#datasetPublic"]
},
Expand All @@ -100,7 +100,7 @@
"files": "selected",
"icon": "/assets/icons/jupyter_logo.png",
"type": "form",
"url": "https://www.scicat.info/notebook/selected",
"url": "http://localhost:4200/notebook/selected",
"target": "_blank",
"enabled": "#Selected",
"authorization": ["#datasetAccess", "#datasetPublic"]
Expand Down

0 comments on commit 5467614

Please sign in to comment.