From a3b33d7980e3df248a22acc918794b5a3d166dae Mon Sep 17 00:00:00 2001 From: Edoardo Sabadelli Date: Fri, 13 Oct 2023 10:36:40 +0200 Subject: [PATCH] test: reword it statement --- cypress/integration/save.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`