feat(ui): separate live data and lab surfaces
This commit is contained in:
@@ -87,7 +87,7 @@ test("saved-session and manual source controls share the acquisition guard", asy
|
||||
"utf8",
|
||||
);
|
||||
|
||||
assert.match(appSource, /blockedReason=\{sourceSwitchBlockedReason\}/);
|
||||
assert.match(appSource, /blockedReason: sourceSwitchBlockedReason/);
|
||||
assert.match(appSource, /disabled=\{sourceSwitchBlocked \|\| !sourceDraft\.trim\(\)\}/);
|
||||
assert.match(appSource, /if \(sourceSwitchBlockedRef\.current\) return;/);
|
||||
assert.match(sessionSelectSource, /replayEnabled: blockedReason === null/);
|
||||
|
||||
Reference in New Issue
Block a user