Skip to content

Commit

Permalink
Remove unused commands
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed May 16, 2024
1 parent 18cd9e3 commit 1d5656d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e/cypress/e2e/clusters_overview.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ context('Clusters Overview', () => {
clusterIdByName(healthyClusterScenario.clusterName),
healthyClusterScenario.checks
);
cy.setMockRunnerExpectedResult(healthyClusterScenario.result);
// wip: set expected results
cy.requestChecksExecution(
clusterIdByName(healthyClusterScenario.clusterName)
);
Expand All @@ -90,7 +90,7 @@ context('Clusters Overview', () => {
clusterIdByName(unhealthyClusterScenario.clusterName),
healthyClusterScenario.checks
);
cy.setMockRunnerExpectedResult(unhealthyClusterScenario.result);
// wip: set expected results
cy.requestChecksExecution(
clusterIdByName(unhealthyClusterScenario.clusterName)
);
Expand Down
1 change: 0 additions & 1 deletion test/e2e/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ before(() => {
if (!Cypress.env('REAL_CLUSTER_TESTS')) {
cy.loadScenario('healthy-27-node-SAP-cluster');
}
cy.acceptEula();
cy.initiateSession();
});

0 comments on commit 1d5656d

Please sign in to comment.