sandstone
sandstone copied to clipboard
WRQ-18856: PageViews: Hide indicator when there is only one page
Checklist
- [x] I have read and understand the contribution guide
- [ ] A CHANGELOG entry is included
- [x] At least one test case is included for this feature or bug fix
- [x] Documentation was added or is not needed
- [ ] This is an API breaking change
Issue Resolved / Feature Added
When PageViews
component has only one page, the indicator is visible now.
Page indicator is unnecessary for one page, so we decided to hide indicator for one page.
Resolution
Add visibility: hidden
to steps(dot page indicator) when there is only one page.
Add screenshot tests to test visibility of indicator when there is only one page.
Additional Considerations
Links
WRQ-18856
Comments
Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])