added provisional wait

This commit is contained in:
Gerard 2018-12-14 11:39:41 +01:00
parent f49bec7195
commit 380294a7f6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ describe('Client lock verified data path', () => {
it('should confirm verified data button is disabled for salesPerson', async () => {
const result = await nightmare
.wait(200)
.wait(selectors.clientFiscalData.verifiedDataCheckboxInput)
.evaluate(selector => {
return document.querySelector(selector).disabled;