Replies: 2 comments 4 replies
-
Hey @AshMosh, thanks for raising these.
You can open a PR directly, and even if not correct at first, we are happy to guide you there. So opening a PR with your suggestions would be good step. 😁 |
Beta Was this translation helpful? Give feedback.
-
Also note that you're looking at the 6.2.x docs - the last release from that branch was around two years ago, and e.g. the first typo you pointed out was long fixed already (in 100c8de). For the second one, I think the current wording seems correct? You start a driver and create a user - I don't think creating a driver and starting a user makes sense. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking into the documentation regarding fixtures, I identified two possible mistakes:
" If driver executes before user, and user raises an exception, the driver will still quit, and the user was never made. And if driver was the one to raise the exception, then the driver would never have been made and the user would never have been started.
Not sure if there a better place to raise these issues, let me know if there is.
Beta Was this translation helpful? Give feedback.
All reactions