Skip to content

Commit

Permalink
Add back scenario loading for Activity Log e2e (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku authored Sep 26, 2024
1 parent 64c1928 commit 23ca094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cypress/e2e/activity_log.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const LAST = /^>>$/;

context('Activity Log page', () => {
before(() => {
// cy.loadScenario('healthy-27-node-SAP-cluster');
cy.loadScenario('healthy-27-node-SAP-cluster');
});

describe('Navigation', () => {
Expand Down

0 comments on commit 23ca094

Please sign in to comment.