0

I have a wait command via API with opened browser and browser closed before condition is set true. How to increase timeout If no new command reaches and what is it name it? e.g.

before(){ 
  loginPage.login(user,pass); 
} 
test(){ 
  simulate.startJob();
  waitUntilJobCompleted() - there is no interaction with browser; 
  ......browser closed 
  page.doSomething() 
} 
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jun 30 '22 at 23:37
  • before(){ loginPage.login(user,pass); } test(){ simulate.startJob() waitUntilJobCompleted() - there is no interaction with browser; ......browser closed page.doSomething() } – Victoria Nesteruk Jul 01 '22 at 07:12

0 Answers0