corrected description
This commit is contained in:
parent
e6bc71ee33
commit
7638881c54
|
@ -20,7 +20,7 @@ describe('Item', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should search for the item Gem of Time', () => {
|
it('should search for the item Mjolnir', () => {
|
||||||
return nightmare
|
return nightmare
|
||||||
.wait(selectors.itemsIndex.searchResult)
|
.wait(selectors.itemsIndex.searchResult)
|
||||||
.type(selectors.itemsIndex.searchItemInput, 'Mjolnir')
|
.type(selectors.itemsIndex.searchItemInput, 'Mjolnir')
|
||||||
|
|
Loading…
Reference in New Issue