From 21b9535a0afdb29bb93068cf27b74598ce47f126 Mon Sep 17 00:00:00 2001
From: Kelsey Thomas <101993653+Kelsey-Ethyca@users.noreply.github.com>
Date: Mon, 11 Dec 2023 13:07:22 -0800
Subject: [PATCH] Update cy tests for Manage your vendors page after removing
 Add Vendors btn (#4510)

---
 .../admin-ui/cypress/e2e/consent-configuration.cy.ts  | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/clients/admin-ui/cypress/e2e/consent-configuration.cy.ts b/clients/admin-ui/cypress/e2e/consent-configuration.cy.ts
index 6b48cec62f..735076b123 100644
--- a/clients/admin-ui/cypress/e2e/consent-configuration.cy.ts
+++ b/clients/admin-ui/cypress/e2e/consent-configuration.cy.ts
@@ -57,8 +57,6 @@ describe("Consent configuration", () => {
       cy.visit(CONFIGURE_CONSENT_ROUTE);
       cy.getByTestId("empty-state");
       cy.get("body").click(0, 0);
-      cy.getByTestId("add-vendor-btn").click();
-      cy.getByTestId("add-vendor-modal-content");
     });
   });
 
@@ -112,7 +110,6 @@ describe("Consent configuration", () => {
       cy.getByTestId("subrow-cell_2_Data use").contains("Improve Service");
       cy.getByTestId("subrow-cell_3_Cookie name").contains("cookie2");
       cy.getByTestId("subrow-cell_3_Data use").contains("Improve Service");
-      cy.getByTestId("add-vendor-btn");
     });
   });
 
@@ -152,7 +149,7 @@ describe("Consent configuration", () => {
         cy.visit(CONFIGURE_CONSENT_ROUTE);
       });
 
-      it("can add a vendor without the dictionary", () => {
+      it.skip("can add a vendor without the dictionary", () => {
         cy.getByTestId("add-vendor-btn").click();
         cy.getByTestId("input-name").type("test vendor");
         cy.selectOption(
@@ -190,7 +187,7 @@ describe("Consent configuration", () => {
         });
       });
 
-      it("can manually add more data uses", () => {
+      it.skip("can manually add more data uses", () => {
         cy.getByTestId("add-vendor-btn").click();
         cy.getByTestId("add-data-use-btn").should("be.disabled");
         cy.getByTestId("input-name").type("test vendor");
@@ -284,7 +281,7 @@ describe("Consent configuration", () => {
         cy.visit(CONFIGURE_CONSENT_ROUTE);
       });
 
-      it("can fill in dictionary suggestions", () => {
+      it.skip("can fill in dictionary suggestions", () => {
         cy.getByTestId("add-vendor-btn").click();
         cy.getByTestId("input-vendor_id")
           .click()
@@ -737,7 +734,7 @@ describe("Consent configuration", () => {
         });
       });
 
-      it("can create a vendor that is not in the dictionary", () => {
+      it.skip("can create a vendor that is not in the dictionary", () => {
         cy.getByTestId("add-vendor-btn").click();
         cy.getByTestId("input-vendor_id").type("custom vendor{enter}");
         cy.selectOption(