Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b9d8d3

Browse filesBrowse files
inoway46aduh95
authored andcommitted
test: avoid flaky run wait in debugger restart test
PR-URL: #62112 Refs: #61762 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 64cfa5a commit 1b9d8d3
Copy full SHA for 1b9d8d3

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎test/parallel/test-debugger-run-after-quit-restart.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-debugger-run-after-quit-restart.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const path = require('path');
4141
.then(() => {
4242
assert.match(cli.output, /Use `run` to start the app again/);
4343
})
44-
.then(() => cli.stepCommand('run'))
44+
.then(() => cli.command('run'))
4545
.then(() => cli.waitForInitialBreak())
4646
.then(() => cli.waitForPrompt())
4747
.then(() => {
@@ -71,7 +71,7 @@ const path = require('path');
7171
.then(() => {
7272
assert.match(cli.output, /Use `run` to start the app again/);
7373
})
74-
.then(() => cli.stepCommand('run'))
74+
.then(() => cli.command('run'))
7575
.then(() => cli.waitForInitialBreak())
7676
.then(() => cli.waitForPrompt())
7777
.then(() => {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.