Correct status indicator guidance

This commit is contained in:
Kyle Gach 2024-10-15 16:22:23 -06:00
parent 4fc0b7c1ff
commit 524cec4af3

View File

@ -214,7 +214,7 @@ Other addons may also provide test types that can be run from the test module an
</Callout>
After running your tests, you will now see status indicators on stories and components for their pass, fail, or error state. You can hover over these indicators to see more details and jump straight to the failure in the Component tests addon panel. That panel provides an interactive debugger for your component test, allowing you to step through each simulated behavior or assertion.
After running your tests, you will now see status indicators on stories and components for their pass, fail, or error state. You can press on these indicators to see more details and jump straight to the failure in the Component tests addon panel. That panel provides an interactive debugger for your component test, allowing you to step through each simulated behavior or assertion.
[TK - video of addon panel, with failure, stepping through back-and-forth]