corrected small typos

This commit is contained in:
Carlos Jimenez 2018-12-13 11:35:13 +01:00
parent 3e67240858
commit dc43a8bced
1 changed files with 1 additions and 1 deletions

View File

@ -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)