corrected small typos
This commit is contained in:
parent
3e67240858
commit
dc43a8bced
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue