Skip to content

Commit

Permalink
test: reword it statement
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 13, 2023
1 parent ae5c3ac commit a3b33d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/save.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit a3b33d7

Please sign in to comment.