Skip to content

Commit 0a5c6e5

Browse files
committed
test(e2e): isolate the indicator shared-state tests from the hot client
The bundles' real hot clients call indicator.hide("a")/hide("b") when their connect-time syncs arrive — the same source names these tests register — so a late sync could wipe a source mid-test. progress=false keeps the client away from the indicator entirely.
1 parent b01db52 commit 0a5c6e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/e2e/indicator.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ describe("indicator shared state across bundled copies (browser)", () => {
162162

163163
const start = async () => {
164164
hotApp = await createHotApp({
165+
query: "?progress=false",
165166
apps: [
166167
{ name: "a", code: exposeIndicator("indicatorA") },
167168
{ name: "b", code: exposeIndicator("indicatorB") },

0 commit comments

Comments
 (0)