There was an error while loading. Please reload this page.
1 parent ddf314a commit 23e4b30Copy full SHA for 23e4b30
1 file changed
docs/control-flow.md
@@ -12,7 +12,7 @@ Disabling the Control Flow
12
In the future, the control flow is being removed (see
13
[SeleniumHQ's github issue](https://github.com/SeleniumHQ/selenium/issues/2969)
14
for details). To disable the control flow in your tests, you can use the
15
-`SELENIUM_PROMISE_MANAGER: false` [config option](/lib/config.ts#L644).
+`SELENIUM_PROMISE_MANAGER: false` [config option](/lib/config.ts#L714).
16
17
Instead of the control flow, you can synchronize your commands
18
with promise chaining or the upcoming ES7 feature `async`/`await`. See
0 commit comments