Skip to content

Commit

Permalink
Update cypress test: (#564)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
eugenesk24 authored Mar 10, 2022
1 parent f67f4d9 commit be42a34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe('Viewing application', () => {
cy.wait(delay);
cy.get('[data-test-subj="nameFieldText"]').click().type('Available');
cy.get('[data-test-subj="expressionSelect"]').select('>');
cy.get('[data-test-subj="valueFieldNumber"]').clear().type('1.5');
cy.get('[data-test-subj="valueFieldNumber"]').clear().type('0.5');
cy.get('[data-test-subj="visualizeEditorRenderButton"]').click();
cy.wait(delay);
cy.get('[data-test-subj="eventExplorer__saveManagementPopover"]').click();
Expand Down

0 comments on commit be42a34

Please sign in to comment.