From 3c6f51ebd45bb97d9c89b360554aedfc08bdf4d7 Mon Sep 17 00:00:00 2001 From: Davit Date: Sun, 30 Jun 2024 21:58:34 +0400 Subject: [PATCH] format --- cypress/e2e/organizations/notifications.cy.ts | 2 +- cypress/e2e/rbac/maintainer.cy.ts | 2 +- cypress/support/actions/deployment/DeploymentAction.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/organizations/notifications.cy.ts b/cypress/e2e/organizations/notifications.cy.ts index 82644d34..abf5798f 100644 --- a/cypress/e2e/organizations/notifications.cy.ts +++ b/cypress/e2e/organizations/notifications.cy.ts @@ -68,4 +68,4 @@ describe('Org Notifications page', () => { cy.waitForNetworkIdle('@idle', 500); notifications.doDeleteNotification(slackName); }); -}); \ No newline at end of file +}); diff --git a/cypress/e2e/rbac/maintainer.cy.ts b/cypress/e2e/rbac/maintainer.cy.ts index 9c89fcc5..9809a2b2 100644 --- a/cypress/e2e/rbac/maintainer.cy.ts +++ b/cypress/e2e/rbac/maintainer.cy.ts @@ -305,4 +305,4 @@ describe('MAINTAINER permission test suites', () => { task.doCancelTask(); }); }); -}); \ No newline at end of file +}); diff --git a/cypress/support/actions/deployment/DeploymentAction.ts b/cypress/support/actions/deployment/DeploymentAction.ts index 0da19e03..cf2a1024 100644 --- a/cypress/support/actions/deployment/DeploymentAction.ts +++ b/cypress/support/actions/deployment/DeploymentAction.ts @@ -76,4 +76,4 @@ export default class deploymentAction { navigateToRunningDeployment() { cy.getBySel('deployment-row').getBySel('running').first().click(); } -} \ No newline at end of file +}