Skip to content

Commit

Permalink
Remove test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvey1214 committed Oct 14, 2022
1 parent 0b661d6 commit f1f939f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<SectionTitle Id="on-valid-click-with-spinner" Level="1">OnValidClick with spinner</SectionTitle>
<Demo Type="typeof(HxButton_Demo_OnValidClickWithSpinner)" />

<SectionTitle Id="manual-spinner" Level="2">Manual Spinner</SectionTitle>
<SectionTitle Id="manual-spinner" Level="1">Manual Spinner</SectionTitle>
<Demo Type="typeof(HxButton_Demo_ManualSpinner)" />

<SectionTitle Id="spinner-and-single-click-protection" Level="3">Spinner &amp; Single click protection</SectionTitle>
<SectionTitle Id="spinner-and-single-click-protection" Level="1">Spinner &amp; Single click protection</SectionTitle>
<DocAlert Type="DocAlertType.Warning">
EditForm's <code>OnSubmit</code> events are not captured for spinner automation. Use HxButton's <code>OnClick</code>, <code>OnValidClick</code> and <code>OnInvalidClick</code> instead.
</DocAlert>
Expand Down

0 comments on commit f1f939f

Please sign in to comment.