Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2415-fix_invoiceOut_e2e
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-09-03 12:02:06 +02:00
commit 9739de4f74
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ describe('Item index path', () => {
});
it('should mark all unchecked boxes to leave the index as it was', async() => {
await page.waitFor(500); // otherwise the snackbar doesnt appear some times.
await page.waitToClick(selectors.itemsIndex.fieldsToShowButton);
await page.waitToClick(selectors.itemsIndex.idCheckbox);
await page.waitToClick(selectors.itemsIndex.stemsCheckbox);