Skip to content

Commit

Permalink
updated AD testing (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldong51 authored Aug 21, 2024
1 parent 6a4e9b9 commit 415c2f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Anomaly detection integration with vis augmenter', () => {
it('Associate existing detector - creation flow', () => {
openAddAnomalyDetectorFlyout(dashboardName, visualizationName);

cy.get('.euiFlyout').find('.euiTitle').contains('Add anomaly detector');
cy.get('.euiFlyout').find('.euiText').contains('Add anomaly detector');
// ensuring the flyout is defaulting to detector creation vs. association
cy.getElementByTestId('adAnywhereCreateDetectorButton');
cy.get('[id="add-anomaly-detector__existing"]').click();
Expand Down

0 comments on commit 415c2f0

Please sign in to comment.