Skip to content
Snippets Groups Projects

Resolve "download link for project source is invalid"

Merged Piotr Gawron requested to merge 286-download-link-for-project-source-is-invalid into main
3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -98,7 +98,7 @@ describe('ProjectInfoDrawer', () => {
expect(downloadButton).toBeInTheDocument();
expect(downloadButton).toHaveAttribute(
'href',
'localhost/projects/pdmap_appu_test:downloadSource',
'https://lux1.atcomp.pl/minerva/api/projects/pdmap_appu_test:downloadSource',
);
expect(downloadButton).toHaveAttribute('download', 'sourceFile.txt');
});
Loading