diff --git a/cypress/integration/save.cy.js b/cypress/integration/save.cy.js index 90d0db7e34..44161302ab 100644 --- a/cypress/integration/save.cy.js +++ b/cypress/integration/save.cy.js @@ -186,7 +186,7 @@ describe('saving an AO', () => { }) describe('"save" a copied AO created by others', () => { - it('"save" a copied AO created by others works after editing', () => { + it('works after editing', () => { const TEST_VIS_BY_OTHERS_NAME = 'ANC: 1-3 dropout rate Yearly' const TEST_VIS_BY_OTHERS_NAME_UPDATED = `${TEST_VIS_BY_OTHERS_NAME} - updated`