chore: retire legacy rectification runtime
This commit is contained in:
@@ -21,8 +21,7 @@ const agent = readFileSync(
|
||||
);
|
||||
const styles = readFileSync(new URL("../src/app/globals.css", import.meta.url), "utf8");
|
||||
|
||||
test("birth-time rectification entry no longer routes through V4", () => {
|
||||
assert.doesNotMatch(component, /loadActiveRectificationV4|RectificationV4Panel|transitionRectificationV4/);
|
||||
test("birth-time rectification entry mounts the Agentic chat", () => {
|
||||
assert.match(component, /return <AgenticRectificationChat \{\.\.\.props\} \/>/);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user