Skip to content

Commit

Permalink
[7.7] [Reporting] Improve functional test steps (#63259) (#63520)
Browse files Browse the repository at this point in the history
* Revert "FTR: add chromium-based Edge browser support (#61684) (#63068)"

This reverts commit e8caa06.

* update lock file

* [Reporting] Improve functional test steps (#63259)

* Start of refactoring

* remove unused fixtuers

* fix the refactoring bugs

* update archive with better dashboard

* important comment

Co-authored-by: Elastic Machine <[email protected]>

* get tests to pass

* get more tests to pass

* reduce branch diffs

* reduce loc change

Co-authored-by: Dzmitry Lemechko <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2020
1 parent e8fcb49 commit 7e8f2c3
Show file tree
Hide file tree
Showing 15 changed files with 1,769 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 7e8f2c3

Please sign in to comment.