Skip to content

Commit

Permalink
remove cy test related to ET tab
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huong Nguyen committed Dec 4, 2024
1 parent 3ff2a07 commit 4ad56fa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cypress/tests/ui/toolbar/global-toolbar.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ describe('Global Toolbar', () => {
cy.get('.details__tabs').should('not.exist');
});

it('verifies that users can access the experiment tracking page through the experiment tracking button, when in the flowchart view. #TC-2', () => {
cy.get('[data-test="global-toolbar-experiments-btn"]').click();
cy.location('pathname').should('eq', '/experiment-tracking');

// should exist
cy.get('.details__tabs').should('exist');

// should not exist
cy.get('.pipeline-wrapper').should('not.exist');
});

it('verifies that users can change the theme from light to dark theme, or dark to light theme. #TC-3', () => {
// Alias
cy.get('[data-test*="global-toolbar-theme-btn-"]').as('toggleTheme');
Expand Down

0 comments on commit 4ad56fa

Please sign in to comment.