delete wait(1999) in e2e
gitea/salix/dev There was a failure building this commit
Details
gitea/salix/dev There was a failure building this commit
Details
This commit is contained in:
parent
e421a95145
commit
a60e31ea13
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue