Removed commented lines
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Joan Sanchez 2020-03-25 14:07:35 +01:00
parent 90b437c7ad
commit e94cb7fecd
1 changed files with 0 additions and 2 deletions

View File

@ -69,9 +69,7 @@ describe('Order catalog', () => {
}); });
it('should search for an item by id', async() => { it('should search for an item by id', async() => {
// await page.write(selectors.orderCatalog.itemId, '2');
await page.accessToSearchResult('2'); await page.accessToSearchResult('2');
// await page.keyboard.press('Enter');
await page.waitForNumberOfElements('section.product', 1); await page.waitForNumberOfElements('section.product', 1);
const result = await page.countElement('section.product'); const result = await page.countElement('section.product');