We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50fe92 commit 0604827Copy full SHA for 0604827
test/src/app/page.tsx
@@ -321,6 +321,8 @@ export default function Home({ searchParams }: any) {
321
</button>
322
<button data-testid="toast-global" className="button" onClick={() => toast('Global Toaster Toast')}>
323
Render Toast in Global Toaster
324
+ </button>
325
+ <button
326
data-testid="testid-toast-button"
327
className="button"
328
onClick={() => toast('Toast with test ID', { testId: 'my-test-toast' })}
0 commit comments