added provisional wait
This commit is contained in:
parent
f49bec7195
commit
380294a7f6
|
@ -14,6 +14,7 @@ describe('Client lock verified data path', () => {
|
||||||
|
|
||||||
it('should confirm verified data button is disabled for salesPerson', async () => {
|
it('should confirm verified data button is disabled for salesPerson', async () => {
|
||||||
const result = await nightmare
|
const result = await nightmare
|
||||||
|
.wait(200)
|
||||||
.wait(selectors.clientFiscalData.verifiedDataCheckboxInput)
|
.wait(selectors.clientFiscalData.verifiedDataCheckboxInput)
|
||||||
.evaluate(selector => {
|
.evaluate(selector => {
|
||||||
return document.querySelector(selector).disabled;
|
return document.querySelector(selector).disabled;
|
||||||
|
|
Loading…
Reference in New Issue