change description

master
helenanull 4 years ago
parent bb237f5712
commit 1d059d7ddb

@ -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']
}
}

Loading…
Cancel
Save