Primary Actor: User
Scope: Ngx-bootstrap DEMO / BS version 3&4
Goal: Show user example how to change steps in hour, minute, second input of timepicker
- User opens Timepicker demo page
- User clicks on Custom steps sub-menu
- User sees timepicker component with hour, minute, second inputs, clickable button "AM"("PM") and data(according to the current time)
- User sees 3 dropdowns "Hours step is:", "Minutes step is:", "Seconds step is:" and chosen (1|15|10) values by default
- When user clicks on arrow up above the hours input, then input value increased at 1 and info alert changed appropriate
- When user clicks on arrow down under the hours input, then input value decreased at 1 and info alert changed appropriate
- When user clicks on dropdown "Hours step is:" and select "N", then this value is selected
- When user clicks on arrow up above the hours input, then input value increased at N and info alert changed appropriate
- When user clicks on arrow down under the hours input, then input value decreased at N and info alert changed appropriate
- When user clicks on arrow up above the minutes input, then input value increased at 15 and info alert changed appropriate
- When user clicks on arrow down under the minutes input, then input value decreased at 15 and info alert changed appropriate
- When user clicks on dropdown "Minutes step is:" and select "N", then this value is selected
- When user clicks on arrow up above the minutes input, then input value increased at M and info alert changed appropriate
- When user clicks on arrow down under the minutes input, then input value decreased at M and info alert changed appropriate
- When user clicks on arrow up above the seconds input, then input value increased at 10 and info alert changed appropriate
- When user clicks on arrow down under the seconds input, then input value decreased at 10 and info alert changed appropriate
- When user clicks on dropdown "Seconds step is:" and select "N", then this value is selected
- When user clicks on arrow up above the seconds input, then input value increased at L and info alert changed appropriate
- When user clicks on arrow down under the seconds input, then input value decreased at L and info alert changed appropriate
2*. User scrolls to Custom steps sub-menu