Skip to content

Commit

Permalink
wait for search to load
Browse files Browse the repository at this point in the history
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
  • Loading branch information
Ritvi Bhatt committed Dec 5, 2024
1 parent b83387d commit 5607803
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ describe('Visualizing data', () => {
querySearch(TEST_QUERIES[2].query, YEAR_TO_DATE_DOM_ID);
});

it('Visualize pie chart', () => {
it.only('Visualize pie chart', () => {
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
cy.get('[data-test-subj="comboBoxInput"]').eq(1).click();
cy.get('[data-test-subj="comboBoxOptionsList "] span').contains(VIS_TYPE_PIE).click();
cy.get('[data-test-subj="comboBoxInput"]').eq(1).should('contain', VIS_TYPE_PIE);
cy.get('[data-test-subj="vizConfigSection-series"]')
.find('[data-test-subj="viz-config-add-btn"]')
.click();
Expand Down

0 comments on commit 5607803

Please sign in to comment.