Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Jun 30, 2024
1 parent 9f9d661 commit 3c6f51e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/organizations/notifications.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ describe('Org Notifications page', () => {
cy.waitForNetworkIdle('@idle', 500);
notifications.doDeleteNotification(slackName);
});
});
});
2 changes: 1 addition & 1 deletion cypress/e2e/rbac/maintainer.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ describe('MAINTAINER permission test suites', () => {
task.doCancelTask();
});
});
});
});
2 changes: 1 addition & 1 deletion cypress/support/actions/deployment/DeploymentAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export default class deploymentAction {
navigateToRunningDeployment() {
cy.getBySel('deployment-row').getBySel('running').first().click();
}
}
}

0 comments on commit 3c6f51e

Please sign in to comment.