Skip to content

Commit

Permalink
Removed unnecessary character from test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwinderg committed Dec 6, 2024
1 parent 6e41839 commit 4ace3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cypress/e2e/add-data-widget.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4ace3ac

Please sign in to comment.