Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(doc): update link to selenium promise manager option
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaas authored and heathkit committed Feb 20, 2020
1 parent ddf314a commit 23e4b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Disabling the Control Flow
In the future, the control flow is being removed (see
[SeleniumHQ's github issue](https://github.com/SeleniumHQ/selenium/issues/2969)
for details). To disable the control flow in your tests, you can use the
`SELENIUM_PROMISE_MANAGER: false` [config option](/lib/config.ts#L644).
`SELENIUM_PROMISE_MANAGER: false` [config option](/lib/config.ts#L714).

Instead of the control flow, you can synchronize your commands
with promise chaining or the upcoming ES7 feature `async`/`await`. See
Expand Down

0 comments on commit 23e4b30

Please sign in to comment.