From 6ea0944dba5e43dbe7f70010201f8afc1a6e4dbf Mon Sep 17 00:00:00 2001 From: jpople Date: Tue, 19 Nov 2024 15:54:22 -0600 Subject: [PATCH] Remove .only from test suite (#5517) --- 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",