diff --git a/Course/Course/Presentation/Downloads/DownloadsView.swift b/Course/Course/Presentation/Downloads/DownloadsView.swift index 791791204..93149bd4f 100644 --- a/Course/Course/Presentation/Downloads/DownloadsView.swift +++ b/Course/Course/Presentation/Downloads/DownloadsView.swift @@ -126,6 +126,7 @@ public struct DownloadsView: View { } } label: { DownloadProgressView() + .id("cirle loading indicator " + task.id) .accessibilityElement(children: .ignore) .accessibilityLabel(CourseLocalization.Accessibility.cancelDownload) .accessibilityIdentifier("cancel_download_button")