Skip to content

Commit

Permalink
[7.x] [Reporting] Improve functional test steps (#63259) (#63519)
Browse files Browse the repository at this point in the history
* resolve conflicts

* get tests to pass

* get more tests to pass

* reduce branch diffs

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
tsullivan and elasticmachine authored Apr 16, 2020
1 parent 7c66d84 commit 0f04d2a
Show file tree
Hide file tree
Showing 16 changed files with 1,770 additions and 819 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const DownloadButton = ({ getUrl, job }: Props) => {
<EuiButton
size="s"
data-test-subj="downloadCompletedReportButton"
data-test-href={getUrl(job.id)}
onClick={() => {
downloadReport();
}}
Expand Down
Binary file not shown.
Loading

0 comments on commit 0f04d2a

Please sign in to comment.