A Jasmine spec timed out. Resetting the WebDriver Control Flow - when redirect to new page

后端 未结 5 1081
轻奢々
轻奢々 2021-02-20 11:23

I\'m beginner in the e2e testing and have a problem. When I do login - I make redirect from login.php to index.php page. But my test is fails with following errors:



        
5条回答
  •  余生分开走
    2021-02-20 11:32

     jasmineNodeOpts: { defaultTimeoutInterval: 260000 } 
    

    for me this works after including this in conf.js

提交回复
热议问题