From 4ace3ac7c681a19018f0c815f15fb23faa4c120f Mon Sep 17 00:00:00 2001 From: Caleb Schwind <46329268+cschwinderg@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:08:25 -0500 Subject: [PATCH] Removed unnecessary character from test name. --- app/cypress/e2e/add-data-widget.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cypress/e2e/add-data-widget.cy.ts b/app/cypress/e2e/add-data-widget.cy.ts index 9adb9c71c..b8c902735 100644 --- a/app/cypress/e2e/add-data-widget.cy.ts +++ b/app/cypress/e2e/add-data-widget.cy.ts @@ -353,7 +353,7 @@ describe('Add & Save Data Widget', () => { }); it("Test that the save panel includes layers added from the widget's other tabs", () => { - const agoSaveName = 'CYPRESS-TEST-HMW-C'; + const agoSaveName = 'CYPRESS-TEST-HMW'; cy.get(adwId).within(() => { cy.findByRole('listitem', { name: 'USA Current Wildfires' }).within(