diff --git a/tests/NewCypress/cypress/e2e/regression/trusts/data-download-trust.cy.ts b/tests/NewCypress/cypress/e2e/regression/trusts/data-download-trust.cy.ts index 37a0d6217..a5edd2ad8 100644 --- a/tests/NewCypress/cypress/e2e/regression/trusts/data-download-trust.cy.ts +++ b/tests/NewCypress/cypress/e2e/regression/trusts/data-download-trust.cy.ts @@ -13,7 +13,7 @@ describe('Trust export and content verification', () => { }); }); - it('should export a trust and verify it has downloaded and has content', () => { + it('should export academies in trust data as an xlsx and verify it has downloaded and has content', () => { dataDownload .clickDownloadButton() .checkFileDownloaded()