Skip to content

Commit 44d946a

Browse files
authored
Removing redundant step (#423)
1 parent e85022d commit 44d946a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cypress/e2e/unit_tests/special_fleet_tests.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ describe('Agent Scheduling Customization', { tags: '@special_tests' }, () => {
107107
cy.clickButton('Save');
108108

109109
// Verify the cluster is still Active
110-
cy.accesMenuSelection('Continuous Delivery', 'Clusters ');
111-
cy.fleetNamespaceToggle('fleet-local');
112110
cy.wait(2000); // Wait to allow time to the status to reach "Wait" before verifying"
113111
cy.verifyTableRow(0, 'Active', '1');
114112

0 commit comments

Comments
 (0)