Skip to content

Commit

Permalink
feat: optimize test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Jun 15, 2024
1 parent 2432146 commit 82e6b41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if (Cypress.env('VISBUILDER_ENABLED')) {
cy.getElementByTestId('newItemButton').click();
cy.getElementByTestId('visType-vis-builder').click();
cy.location('pathname').should('eq', VB_APP_PATH);
cy.waitForLoader();
});

it('Create new basic metric visualization', () => {
Expand Down

0 comments on commit 82e6b41

Please sign in to comment.