Skip to content

Commit

Permalink
remove forgetten only
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 5607803 commit 3172643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ describe('Visualizing data', () => {
querySearch(TEST_QUERIES[2].query, YEAR_TO_DATE_DOM_ID);
});

it.only('Visualize pie chart', () => {
it('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();
Expand Down

0 comments on commit 3172643

Please sign in to comment.