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

Commit 8e5ad1f

Browse files
authored
fix(doc): remove unnecessary config in debugging doc/example (#4622)
1 parent 7bf873b commit 8e5ad1f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

debugging/conf.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// An example configuration file for debugging test using async/await.
22
exports.config = {
3-
directConnect: true,
4-
53
// Capabilities to be passed to the webdriver instance.
64
capabilities: {
75
'browserName': 'chrome'

docs/async-await.md

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ As you can see, the syntax is almost the same with TypeScript async/await.
6060
```javascript
6161
// An example configuration file for debugging test using async/await.
6262
exports.config = {
63-
directConnect: true,
64-
6563
// Capabilities to be passed to the webdriver instance.
6664
capabilities: {
6765
'browserName': 'chrome'

0 commit comments

Comments
 (0)