Skip to content

Commit 0f04d2a

Browse files
[7.x] [Reporting] Improve functional test steps (#63259) (#63519)
* resolve conflicts * get tests to pass * get more tests to pass * reduce branch diffs Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 7c66d84 commit 0f04d2a

File tree

16 files changed

+1770
-819
lines changed

16 files changed

+1770
-819
lines changed

x-pack/plugins/reporting/public/components/job_download_button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const DownloadButton = ({ getUrl, job }: Props) => {
2323
<EuiButton
2424
size="s"
2525
data-test-subj="downloadCompletedReportButton"
26+
data-test-href={getUrl(job.id)}
2627
onClick={() => {
2728
downloadReport();
2829
}}
Binary file not shown.

0 commit comments

Comments
 (0)