From a8f46088b41a5ac7ec8febc131c1f1f3928e9a2b Mon Sep 17 00:00:00 2001 From: Jeremy Pople Date: Tue, 19 Nov 2024 15:11:51 -0600 Subject: [PATCH] remove .only from test suite --- clients/admin-ui/cypress/e2e/discovery-detection.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/admin-ui/cypress/e2e/discovery-detection.cy.ts b/clients/admin-ui/cypress/e2e/discovery-detection.cy.ts index 922c67d57f..8dfc00aad7 100644 --- a/clients/admin-ui/cypress/e2e/discovery-detection.cy.ts +++ b/clients/admin-ui/cypress/e2e/discovery-detection.cy.ts @@ -470,7 +470,7 @@ describe("discovery and detection", () => { }); }); - describe.only("without a db layer", () => { + describe("without a db layer", () => { it("shows resource name for resources that are not subfields", () => { cy.intercept("GET", "/api/v1/plus/discovery-monitor/results?*", { fixture: "detection-discovery/results/no-db-layer/field-list.json",