From 12d36613831dfe03a787441ae7c418bf43161876 Mon Sep 17 00:00:00 2001 From: mfrances Date: Fri, 7 May 2021 15:56:44 -0400 Subject: [PATCH] temp rm cleanup --- .../integration/identity_providers.spec.ts | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cypress/integration/identity_providers.spec.ts b/cypress/integration/identity_providers.spec.ts index 031e86a7d4..e202b7d753 100644 --- a/cypress/integration/identity_providers.spec.ts +++ b/cypress/integration/identity_providers.spec.ts @@ -113,23 +113,23 @@ describe("Identity provider test", () => { ); }); - it("clean up providers", () => { - const modalUtils = new ModalUtils(); - listingPage.deleteItem("bitbucket"); - modalUtils.checkModalTitle("Delete provider?").confirmModal(); - masthead.checkNotificationMessage("Provider successfully deleted"); + // it("clean up providers", () => { + // const modalUtils = new ModalUtils(); + // listingPage.deleteItem("bitbucket"); + // modalUtils.checkModalTitle("Delete provider?").confirmModal(); + // masthead.checkNotificationMessage("Provider successfully deleted"); - listingPage.deleteItem("facebook"); - modalUtils.checkModalTitle("Delete provider?").confirmModal(); - masthead.checkNotificationMessage("Provider successfully deleted"); + // listingPage.deleteItem("facebook"); + // modalUtils.checkModalTitle("Delete provider?").confirmModal(); + // masthead.checkNotificationMessage("Provider successfully deleted"); - listingPage.deleteItem("github"); - modalUtils.checkModalTitle("Delete provider?").confirmModal(); - masthead.checkNotificationMessage("Provider successfully deleted"); + // listingPage.deleteItem("github"); + // modalUtils.checkModalTitle("Delete provider?").confirmModal(); + // masthead.checkNotificationMessage("Provider successfully deleted"); - listingPage.deleteItem("oidc"); - modalUtils.checkModalTitle("Delete provider?").confirmModal(); - masthead.checkNotificationMessage("Provider successfully deleted"); - }); + // listingPage.deleteItem("oidc"); + // modalUtils.checkModalTitle("Delete provider?").confirmModal(); + // masthead.checkNotificationMessage("Provider successfully deleted"); + // }); }); });