Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix broken cypress test related to new empty dashboard buttons (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler committed Sep 2, 2020
1 parent daed78a commit 30ca604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cypress/integration/ad/dashboard/ad_dashboard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ context('AD Dashboard', () => {
});

cy.mockSearchIndexOnAction('search_index_response.json', () => {
cy.get('a[data-test-subj="add_detector"]').click({
cy.get('a[data-test-subj="createDetectorButton"]').click({
force: true,
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Compatible with Kibana 7.9.0

### Features

- Add sample detectors and indices ([#272](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/272))

### Enhancements
Expand Down Expand Up @@ -30,6 +31,7 @@ Compatible with Kibana 7.9.0
- Remove elastic charts dependency ([#269](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/269))
- Add UT for Detector List page ([#279](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/279))
- Fix UT and remove lower EUI version dependency ([#293](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/293))
- Fix broken cypress test related to new empty dashboard buttons ([#298](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/298))

### Documentation

Expand Down

0 comments on commit 30ca604

Please sign in to comment.