From 1d059d7ddb62923199c9285df14f71ffa6045776 Mon Sep 17 00:00:00 2001
From: helenanull <helena.github@gmail.com>
Date: Fri, 2 Apr 2021 23:10:14 +0300
Subject: [PATCH] change description

---
 cypress/support/article.cmd.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cypress/support/article.cmd.js b/cypress/support/article.cmd.js
index 3122ac0..8d34432 100644
--- a/cypress/support/article.cmd.js
+++ b/cypress/support/article.cmd.js
@@ -12,7 +12,7 @@ Cypress.Commands.add('createArticle', () => {
             article: {
                 title: 'Article created by Cypress test',
                 description: link,
-                body: `This article is created by createArticle Cypress command. See more: ${link}`,
+                body: `This article is created with Cypress. See code here: ${link}`,
                 tagList: ['cypress', 'simple', 'test-automation']
             }
         }