docs: fix broken docslint (#17223)
This commit is contained in:
parent
2a5acfac97
commit
5b61b46f31
|
|
@ -51,7 +51,7 @@ var request = await waitForRequestTask;
|
||||||
Console.WriteLine(request.Url);
|
Console.WriteLine(request.Url);
|
||||||
```
|
```
|
||||||
|
|
||||||
Wait for popup window using [`method: Page.waitForEvent`]:
|
Wait for popup window:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Note that Promise.all prevents a race condition
|
// Note that Promise.all prevents a race condition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue