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

Commit 23e4b30

Browse files
sebastianhaasheathkit
authored andcommitted
fix(doc): update link to selenium promise manager option
1 parent ddf314a commit 23e4b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/control-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Disabling the Control Flow
1212
In the future, the control flow is being removed (see
1313
[SeleniumHQ's github issue](https://github.com/SeleniumHQ/selenium/issues/2969)
1414
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).
15+
`SELENIUM_PROMISE_MANAGER: false` [config option](/lib/config.ts#L714).
1616

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

0 commit comments

Comments
 (0)