Skip to content

Commit b94c746

Browse files
authored
feat(gsoc'24): test-bench added in tutorial guide #4571 (#344)
feat(gsoc'24): test-bench added in tutorial guide (#4571)
1 parent c74d07c commit b94c746

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/simulator/src/tutorials.js

+9
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ export const tour = [
7575
offset: 0,
7676
},
7777
},
78+
{
79+
element: '.testbench-manual-panel',
80+
popover: {
81+
title: 'Test Bench Panel',
82+
description: 'This panel helps you test your circuit correctness by observing how your circuit responds under different test cases, ensuring a thorough and effective validation process.',
83+
position: 'right',
84+
offset: 0,
85+
},
86+
},
7887
]
7988

8089
// Not used currently

0 commit comments

Comments
 (0)