Skip to content

Commit

Permalink
first cancel btn
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Mar 1, 2024
1 parent 3a2c2bc commit 4d56d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/actions/deployment/DeploymentAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const deployment = new DeploymentRepository();

export default class deploymentAction {
doCancelDeployment() {
deployment.getCancelDeploymentBtn().click();
deployment.getCancelDeploymentBtn().first().click();

cy.wait('@gqlcancelDeploymentMutation');

Expand Down

0 comments on commit 4d56d4c

Please sign in to comment.