Skip to content

Commit

Permalink
Added test cases of PageViews SS test
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
  • Loading branch information
juwonjeong committed Oct 2, 2024
1 parent 9020d03 commit 1e45885
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/screenshot/apps/components/PageViews.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const BaseTests = [
component: <Panel><Header title="title of panel" subtitle="subtitle of panel" /><PageViews fullContents index={2} pageIndicatorPosition="top">{PageComponents}</PageViews></Panel>,
wrapper: {full: true}
},
{
component: <Panel><Header title="title of panel" subtitle="subtitle of panel" /><PageViews index={0}>{PageComponents[0]}</PageViews></Panel>,
wrapper: {full: true}
},
{
component: <Panel><Header title="title of panel" subtitle="subtitle of panel" /><PageViews index={0}>{PageComponents}</PageViews></Panel>,
wrapper: {full: true}
Expand Down Expand Up @@ -67,6 +71,10 @@ const BaseTests = [
component: <Panel><Header title="title of panel" subtitle="subtitle of panel" /><PageViews pageIndicatorType="number" index={2}>{PageComponents}</PageViews></Panel>,
wrapper: {full: true}
},
{
component: <Panel><Header title="title of panel" subtitle="subtitle of panel" /><PageViews pageIndicatorType="number" pageIndicatorPosition="top" index={0}>{PageComponents[0]}</PageViews></Panel>,
wrapper: {full: true}
},
{
component: <Panel><Header title="title of panel" subtitle="subtitle of panel" /><PageViews pageIndicatorType="number" index={0} pageIndicatorPosition="top">{PageComponents}</PageViews></Panel>,
wrapper: {full: true}
Expand Down

0 comments on commit 1e45885

Please sign in to comment.