Skip to content

Commit

Permalink
test: fix scenario sharing e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nborde-CSM committed Jul 11, 2024
1 parent 6aef1af commit 271d0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/brewery/ScenarioSharing.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Check workspace permissions for admin', () => {
ScenarioManager.switchToScenarioManager();
ScenarioManager.getScenarioAccordion(PRIVATE_SCENARIOS_LIST[0].id);
ScenarioManager.getDeleteScenarioButton().should('be.visible').should('not.be.disabled');
ScenarioManager.getScenarioEditableLink(PRIVATE_SCENARIOS_LIST[0].id).should('not.exist');
ScenarioManager.getScenarioEditableLink(PRIVATE_SCENARIOS_LIST[0].id).should('exist');
ScenarioManager.getRenameScenarioButton(PRIVATE_SCENARIOS_LIST[0].id).should('exist').click();
ScenarioManager.getScenarioEditableLinkInEditMode(PRIVATE_SCENARIOS_LIST[0].id).should('exist');
});
Expand Down

0 comments on commit 271d0ef

Please sign in to comment.