From d10514f36ea7911e05a82f8598f3b3d8cbcdd571 Mon Sep 17 00:00:00 2001 From: Ghanem <37152329+AbdulrhmnGhanem@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:07:02 +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 61a31a69f4..22c48360eb 100644 --- a/e2e/cypress/integration/readme.spec.js +++ b/e2e/cypress/integration/readme.spec.js @@ -158,7 +158,7 @@ describe('Readme style', () => { }) }) - it('should render :emoji: in readme and project description', () => { + it('renders :emoji: in readme and project description', () => { const username = getFakeUsername() const email = faker.unique(faker.internet.email) const password = '123456'