You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: wrap DocsPage tests in ToastProvider + add #sentinel
DocsPage now calls useToasts() for the copy-link toast, so the
existing smoke tests fail with "useToasts must be used within
ToastProvider". Wrap every render in a ToastProvider via a small
renderDocs() helper so all four tests stay tight.
Also: EXPECTED_SECTION_IDS was missing #sentinel, which got added
to the docs surface earlier today. Without it the "renders every
section the sidebar links to" guard wouldn't catch a regression on
the Sentinel section. Added.
0 commit comments