Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
Signed-off-by: TackAdam <[email protected]>
  • Loading branch information
TackAdam committed Jun 28, 2023
1 parent 4409b51 commit 3c51a66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .cypress/integration/3_panels.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,14 +625,6 @@ const moveToThePanel = (panelId) => {
});
};

const moveToTestPanel = () => {
moveToPanelHome();
testPanelTableCell().trigger('mouseover').click();
cy.get('h1').contains(TEST_PANEL).should('exist');
};

const TEST_PANEL_RX = new RegExp(TEST_PANEL + '.*');

const eraseLegacyPanels = () => {
cy.request({
method: 'GET',
Expand Down

0 comments on commit 3c51a66

Please sign in to comment.