merge origin/staging and renumber eight-method record to BUG-325
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -172,7 +172,10 @@ test("composes the chat page with the app sidebar shell", () => {
|
||||
assert.match(page, /const modalOpen = activeAccountDialog !== null \|\| onboardingPaywallOpen/);
|
||||
assert.match(page, /<SidebarProvider escapeBlocked=\{accountMenuOpen \|\| modalOpen\}>/);
|
||||
assert.match(page, /<main className="chat-app">[\s\S]*<AppSidebar\b/);
|
||||
assert.match(page, /<SidebarInset className="chat-panel" inert=\{modalOpen\}>/);
|
||||
assert.match(
|
||||
page,
|
||||
/<SidebarInset className=\{`chat-panel\$\{rectificationSurfaceOpen \? " is-rectification" : ""\}`\} inert=\{modalOpen\}>/,
|
||||
);
|
||||
assert.match(page, /<SidebarTrigger placement="inset" \/>/);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user