corrected description

This commit is contained in:
Carlos Jimenez 2018-09-13 11:29:21 +02:00
parent e6bc71ee33
commit 7638881c54
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ describe('Item', () => {
});
});
it('should search for the item Gem of Time', () => {
it('should search for the item Mjolnir', () => {
return nightmare
.wait(selectors.itemsIndex.searchResult)
.type(selectors.itemsIndex.searchItemInput, 'Mjolnir')