Skip to content

Commit

Permalink
Remove .only from test suite (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople authored Nov 19, 2024
1 parent ee3924d commit 6ea0944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/e2e/discovery-detection.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6ea0944

Please sign in to comment.