From 3d3a4f9bed4fd9d5da43b1d88e2c1af4a7c856da Mon Sep 17 00:00:00 2001 From: Ghanem <37152329+AbdulrhmnGhanem@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:06:54 +0200 Subject: [PATCH] Update e2e/cypress/integration/readme.spec.js Co-authored-by: Kaspar Emanuel --- e2e/cypress/integration/readme.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/cypress/integration/readme.spec.js b/e2e/cypress/integration/readme.spec.js index 6d3e6387b0..61a31a69f4 100644 --- a/e2e/cypress/integration/readme.spec.js +++ b/e2e/cypress/integration/readme.spec.js @@ -186,7 +186,7 @@ describe('Readme style', () => { cy.get('[data-cy=readme]').should('contain.text', '🤓') }) - it('should not modify the urls for GitHub Actions badges', () => { + it('preserves URLs for GitHub Actions badges', () => { const username = getFakeUsername() const email = faker.unique(faker.internet.email) const password = '123456'