From 32b775d0a8d69481bbe1440a1e7ebe775ac3a920 Mon Sep 17 00:00:00 2001 From: Lance Gliser Date: Mon, 24 Jun 2024 22:41:43 -0500 Subject: [PATCH] Removing a missed .only --- .../FeaturesAttributesCompact.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FeatureAttributes/FeaturesAttributesCompact/FeaturesAttributesCompact.test.tsx b/src/components/FeatureAttributes/FeaturesAttributesCompact/FeaturesAttributesCompact.test.tsx index 730f2cd..fb31213 100644 --- a/src/components/FeatureAttributes/FeaturesAttributesCompact/FeaturesAttributesCompact.test.tsx +++ b/src/components/FeatureAttributes/FeaturesAttributesCompact/FeaturesAttributesCompact.test.tsx @@ -155,7 +155,7 @@ describe("FeaturesAttributesCompact", () => { expect(featuresField).toBeEnabled(); }); - it.only("should open a configuration container, save, and load the next", async () => { + it("should open a configuration container, save, and load the next", async () => { const featuresDirtyAtom = getFeatureAttributesAreDirtyAtom(); const params: InferFeatureAttributesParams = { features: featuresAttributes,