Skip to content

Commit 1161b6b

Browse files
resolve
1 parent 556c9c6 commit 1161b6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integration-tests/ci-visibility-intake.js

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ class FakeCiVisIntake extends FakeAgent {
192192
onPayload(payloads)
193193
clearTimeout(timeoutId)
194194
this.off('message', messageHandler)
195+
resolve()
195196
} catch (e) {
196197
// we'll try again when a new payload arrives
197198
}

integration-tests/cypress.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ versions.forEach((version) => {
158158
...restEnvVars,
159159
CYPRESS_BASE_URL: `http://localhost:${webAppPort}`
160160
},
161-
stdio: 'on'
161+
stdio: 'pipe'
162162
}
163163
)
164164
})

0 commit comments

Comments
 (0)