|
|
@ -12,7 +12,7 @@ Cypress.Commands.add('createArticle', () => {
|
|
|
|
article: {
|
|
|
|
article: {
|
|
|
|
title: 'Article created by Cypress test',
|
|
|
|
title: 'Article created by Cypress test',
|
|
|
|
description: link,
|
|
|
|
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']
|
|
|
|
tagList: ['cypress', 'simple', 'test-automation']
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|