Skip to content

Commit 5786612

Browse files
committed
fix flaky multi-config-dev: wait for scopes in PTY buffer before asserting
1 parent a92377d commit 5786612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/e2e/tests/multi-config-dev.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ include_config_on_deploy = true
6666

6767
try {
6868
await proc.waitForOutput('Ready, watching for changes in your app', CLI_TIMEOUT.medium)
69+
await proc.waitForOutput('read_products', CLI_TIMEOUT.medium)
6970

7071
const output = proc.getOutput()
7172

@@ -138,6 +139,7 @@ api_version = "2025-01"
138139

139140
try {
140141
await proc.waitForOutput('Ready, watching for changes in your app', CLI_TIMEOUT.medium)
142+
await proc.waitForOutput('write_products', CLI_TIMEOUT.medium)
141143

142144
const output = proc.getOutput()
143145

0 commit comments

Comments
 (0)