Lines Matching refs:then
24 .then(() => cli.waitForPrompt())
25 .then(() => cli.stepCommand('n'))
26 .then(() => {
32 .then(() => cli.command('cont'))
33 .then(() => cli.waitFor(/disconnect/))
34 .then(() => {
40 .then(() => {
44 .then(() => cli.command('cont'))
45 .then(() => cli.waitFor(/start the app/))
46 .then(() => {
49 .then(() => cli.stepCommand('run'))
50 .then(() => cli.waitForInitialBreak())
51 .then(() => cli.waitForPrompt())
52 .then(() => {
58 .then(() => cli.stepCommand('n'))
59 .then(() => {
65 .then(() => cli.stepCommand('restart'))
66 .then(() => cli.waitForInitialBreak())
67 .then(() => {
73 .then(() => cli.command('kill'))
74 .then(() => cli.command('cont'))
75 .then(() => cli.waitFor(/start the app/))
76 .then(() => {
79 .then(() => cli.stepCommand('run'))
80 .then(() => cli.waitForInitialBreak())
81 .then(() => cli.waitForPrompt())
82 .then(() => {
88 .then(() => cli.quit())
89 .then(null, onFatal);