Skip to content
Snippets Groups Projects
Commit 80697a02 authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'refs/heads/master' into OZG-6335-fix-wiedervorlage-update-next-frist

parents 5f4562a4 bd661242
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
data-test-id="file-list-header" data-test-id="file-list-header"
> >
<alfa-download-archive-file-button-container <alfa-download-archive-file-button-container
*ngIf="archiveDownloadUri"
data-test-class="download-archive-file-button" data-test-class="download-archive-file-button"
[downloadUri]="archiveDownloadUri" [downloadUri]="archiveDownloadUri"
action-buttons action-buttons
......
...@@ -137,6 +137,10 @@ describe('VerticalBinaryFileListComponent', () => { ...@@ -137,6 +137,10 @@ describe('VerticalBinaryFileListComponent', () => {
}); });
describe('download archive button', () => { describe('download archive button', () => {
beforeEach(() => {
component.title = 'Test title';
});
const downloadUri: ResourceUri = faker.internet.url(); const downloadUri: ResourceUri = faker.internet.url();
it('should be visible if uri exists', () => { it('should be visible if uri exists', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment