Completed
Last Updated: 03 Apr 2023 21:17 by ADMIN
ADMIN
Cody
Created on: 20 Jul 2015 23:35
Type: Feature Request
0
Step converted to code does not use WaitOnElementsTimeout
1) Start with a step that has a Verify or Wait For element
2) Enable the UseStepWaitOnElementsTimeout
3) Change the default value of the WaitOnElementsTimeout property
4) Convert the step to code

Expected: The code to use the WaitOnElementsTimeout value
Actual: The generated code only uses the global value
1 comment
ADMIN
Daniel Djambov
Posted on: 08 Sep 2015 11:33
Telerik: This is how currently Test Studio works - a step with element converted to code uses the Pages reference, for example Pages.Bing.BingDiv. Accessing BingDiv actually calls internal methods which have no option to override the default settings' ElementWaitTimeout value, this is regardless of the verification type. So this request is about extending the current infrastructure to override the ElementWaitTimeout setting when calling elements via the Pages. syntax. This will be treated like a Feature Request.