Skip to content

Commit

Permalink
Conflicts resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Nevde <[email protected]>
  • Loading branch information
deepaknevdepsl committed Jun 8, 2022
1 parent 0a209de commit dbeb661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,9 @@ describe('Renders data view', () => {
});

describe('Renders chart and verify Toast message if X-axis and Y-axis values are empty', () => {
beforeEach(() => {
landOnEventVisualizations();
});
it('Renders chart, clear X-axis and Y-axis value and click on Apply button, Toast message should display with error message', () => {
querySearch(TEST_QUERIES[4].query, TEST_QUERIES[4].dateRangeDOM);
cy.get('[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]')
Expand Down
1 change: 0 additions & 1 deletion dashboards-observability/.cypress/utils/event_constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ export const renderPieChart = () => {
cy.get('[name="count()"]').eq(0).click();
cy.get('[data-test-subj="comboBoxToggleListButton"]').eq(0).click();
cy.get('[data-test-subj="comboBoxInput"]').eq(2).click();
cy.get('[name="count()"]').eq(1).click({ multiple: true });
};

0 comments on commit dbeb661

Please sign in to comment.