Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/dev There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2019-09-23 09:34:25 +02:00
commit aad0d09394
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ describe('Order edit basic data path', () => {
it('should navigate to the basic data section of the new order', async() => {
const url = await nightmare
.wait(1999)
.accessToSection('order.card.basicData')
.wait(selectors.orderBasicData.observationInput)
.parsedUrl();