From dc43a8bced07964ea8b4eb4b6612422b0f90e8e5 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Thu, 13 Dec 2018 11:35:13 +0100 Subject: [PATCH] corrected small typos --- e2e/paths/item-module/06_create_item_botanical.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/item-module/06_create_item_botanical.spec.js b/e2e/paths/item-module/06_create_item_botanical.spec.js index 5ba0eb653..c3790d287 100644 --- a/e2e/paths/item-module/06_create_item_botanical.spec.js +++ b/e2e/paths/item-module/06_create_item_botanical.spec.js @@ -11,7 +11,7 @@ describe('Item Create botanical path', () => { .accessToSection('item.card.botanical'); }); - it(`should create a new botanical for the item with id Mjolnir`, async () => { + it(`should create a new botanical for the item Mjolnir`, async () => { const result = await nightmare .type(selectors.itemBotanical.botanicalInput, 'Cicuta maculata') .waitToClick(selectors.itemBotanical.genusSelect)