created on Fri Nov 08 02:21:52 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

2 minutes, 43.947 seconds

0

0

0

2. Features

2.1. Appearance of Component Variant: Default with Fixed List in XS PASS

Result: PASS Time: 4.071 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock1 .contents XS 0

Current

navlist contentblock1 .contents XS 0

Diff

navlist contentblock1 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.2. Appearance of Component Variant: Default with Fixed List in SM PASS

Result: PASS Time: 3.961 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock1 .contents SM 0

Current

navlist contentblock1 .contents SM 0

Diff

navlist contentblock1 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.3. Appearance of Component Variant: Default with Fixed List in MD PASS

Result: PASS Time: 4.181 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock1 .contents MD 0

Current

navlist contentblock1 .contents MD 0

Diff

navlist contentblock1 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.4. Appearance of Component Variant: Default with Fixed List in LG PASS

Result: PASS Time: 4.446 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock1 .contents LG 0

Current

navlist contentblock1 .contents LG 0

Diff

navlist contentblock1 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.5. Appearance of Component Variant: Default with Fixed List in XLG PASS

Result: PASS Time: 4.803 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock1 .contents XLG 0

Current

navlist contentblock1 .contents XLG 0

Diff

navlist contentblock1 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.6. Appearance of Component Variant: Default with Fixed List in XXLG PASS

Result: PASS Time: 5.462 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock1 .contents XXLG 0

Current

navlist contentblock1 .contents XXLG 0

Diff

navlist contentblock1 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.7. Appearance of Component Variant: Simple with Fixed List in XS PASS

Result: PASS Time: 3.940 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock2 .contents XS 0

Current

navlist contentblock2 .contents XS 0

Diff

navlist contentblock2 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.8. Appearance of Component Variant: Simple with Fixed List in SM PASS

Result: PASS Time: 4.047 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock2 .contents SM 0

Current

navlist contentblock2 .contents SM 0

Diff

navlist contentblock2 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.9. Appearance of Component Variant: Simple with Fixed List in MD PASS

Result: PASS Time: 4.171 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock2 .contents MD 0

Current

navlist contentblock2 .contents MD 0

Diff

navlist contentblock2 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.10. Appearance of Component Variant: Simple with Fixed List in LG PASS

Result: PASS Time: 4.600 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock2 .contents LG 0

Current

navlist contentblock2 .contents LG 0

Diff

navlist contentblock2 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.11. Appearance of Component Variant: Simple with Fixed List in XLG PASS

Result: PASS Time: 4.848 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock2 .contents XLG 0

Current

navlist contentblock2 .contents XLG 0

Diff

navlist contentblock2 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.12. Appearance of Component Variant: Simple with Fixed List in XXLG PASS

Result: PASS Time: 5.241 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock2 .contents XXLG 0

Current

navlist contentblock2 .contents XXLG 0

Diff

navlist contentblock2 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.13. Appearance of Component Variant: Stacked with Fixed List in XS PASS

Result: PASS Time: 3.873 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock3 .contents XS 0

Current

navlist contentblock3 .contents XS 0

Diff

navlist contentblock3 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.14. Appearance of Component Variant: Stacked with Fixed List in SM PASS

Result: PASS Time: 3.893 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock3 .contents SM 0

Current

navlist contentblock3 .contents SM 0

Diff

navlist contentblock3 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.15. Appearance of Component Variant: Stacked with Fixed List in MD PASS

Result: PASS Time: 4.122 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock3 .contents MD 0

Current

navlist contentblock3 .contents MD 0

Diff

navlist contentblock3 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.16. Appearance of Component Variant: Stacked with Fixed List in LG PASS

Result: PASS Time: 4.481 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock3 .contents LG 0

Current

navlist contentblock3 .contents LG 0

Diff

navlist contentblock3 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.17. Appearance of Component Variant: Stacked with Fixed List in XLG PASS

Result: PASS Time: 4.934 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock3 .contents XLG 0

Current

navlist contentblock3 .contents XLG 0

Diff

navlist contentblock3 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.18. Appearance of Component Variant: Stacked with Fixed List in XXLG PASS

Result: PASS Time: 5.362 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock3 .contents XXLG 0

Current

navlist contentblock3 .contents XXLG 0

Diff

navlist contentblock3 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.19. Appearance of Component Variant: Simple with Children List in XS PASS

Result: PASS Time: 3.848 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock4 .contents XS 0

Current

navlist contentblock4 .contents XS 0

Diff

navlist contentblock4 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.20. Appearance of Component Variant: Simple with Children List in SM PASS

Result: PASS Time: 3.878 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock4 .contents SM 0

Current

navlist contentblock4 .contents SM 0

Diff

navlist contentblock4 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.21. Appearance of Component Variant: Simple with Children List in MD PASS

Result: PASS Time: 4.075 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock4 .contents MD 0

Current

navlist contentblock4 .contents MD 0

Diff

navlist contentblock4 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.22. Appearance of Component Variant: Simple with Children List in LG PASS

Result: PASS Time: 4.335 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock4 .contents LG 0

Current

navlist contentblock4 .contents LG 0

Diff

navlist contentblock4 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.23. Appearance of Component Variant: Simple with Children List in XLG PASS

Result: PASS Time: 4.678 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock4 .contents XLG 0

Current

navlist contentblock4 .contents XLG 0

Diff

navlist contentblock4 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.24. Appearance of Component Variant: Simple with Children List in XXLG PASS

Result: PASS Time: 5.667 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock4 .contents XXLG 0

Current

navlist contentblock4 .contents XXLG 0

Diff

navlist contentblock4 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.25. Appearance of Component Variant: Stacked with Children List in XS PASS

Result: PASS Time: 3.833 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock5 .contents XS 0

Current

navlist contentblock5 .contents XS 0

Diff

navlist contentblock5 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.26. Appearance of Component Variant: Stacked with Children List in SM PASS

Result: PASS Time: 4.047 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock5 .contents SM 0

Current

navlist contentblock5 .contents SM 0

Diff

navlist contentblock5 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.27. Appearance of Component Variant: Stacked with Children List in MD PASS

Result: PASS Time: 4.308 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock5 .contents MD 0

Current

navlist contentblock5 .contents MD 0

Diff

navlist contentblock5 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.28. Appearance of Component Variant: Stacked with Children List in LG PASS

Result: PASS Time: 4.598 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock5 .contents LG 0

Current

navlist contentblock5 .contents LG 0

Diff

navlist contentblock5 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.29. Appearance of Component Variant: Stacked with Children List in XLG PASS

Result: PASS Time: 4.875 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock5 .contents XLG 0

Current

navlist contentblock5 .contents XLG 0

Diff

navlist contentblock5 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.30. Appearance of Component Variant: Stacked with Children List in XXLG PASS

Result: PASS Time: 5.463 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#navlist5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

navlist contentblock5 .contents XXLG 0

Current

navlist contentblock5 .contents XXLG 0

Diff

navlist contentblock5 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.31. Appearance of Component Inherit from Parent in XS PASS

Result: PASS Time: 4.055 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#inheritedListInAside"
def selectorContainer = "#aside"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist aside XS 0

Current

navlist aside XS 0

Diff

navlist aside XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.32. Appearance of Component Inherit from Parent in SM PASS

Result: PASS Time: 4.111 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#inheritedListInAside"
def selectorContainer = "#aside"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

navlist aside SM 0

Current

navlist aside SM 0

Diff

navlist aside SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.33. Appearance of Component Inherit from Parent in MD PASS

Result: PASS Time: 4.466 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#inheritedListInAside"
def selectorContainer = "#aside"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

navlist aside MD 0

Current

navlist aside MD 0

Diff

navlist aside MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.34. Appearance of Component Inherit from Parent in LG PASS

Result: PASS Time: 4.869 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#inheritedListInAside"
def selectorContainer = "#aside"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

navlist aside LG 0

Current

navlist aside LG 0

Diff

navlist aside LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.35. Appearance of Component Inherit from Parent in XLG PASS

Result: PASS Time: 5.106 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#inheritedListInAside"
def selectorContainer = "#aside"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

navlist aside XLG 0

Current

navlist aside XLG 0

Diff

navlist aside XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.36. Appearance of Component Inherit from Parent in XXLG PASS

Result: PASS Time: 5.745 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Nav List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#inheritedListInAside"
def selectorContainer = "#aside"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

navlist aside XXLG 0

Current

navlist aside XXLG 0

Diff

navlist aside XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440