created on Fri Nov 08 02:25:56 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

1 minutes, 25.057 seconds

0

0

0

2. Features

2.1. Appearance of Component with Default variant and List of Children in XS PASS

Result: PASS Time: 1.900 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist2 XS 0

Current

taglist taglist2 XS 0

Diff

taglist taglist2 XS 0.diff

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

2.2. Appearance of Component with Default variant and List of Children in SM PASS

Result: PASS Time: 1.953 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist2 SM 0

Current

taglist taglist2 SM 0

Diff

taglist taglist2 SM 0.diff

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

2.3. Appearance of Component with Default variant and List of Children in MD PASS

Result: PASS Time: 2.232 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist2 MD 0

Current

taglist taglist2 MD 0

Diff

taglist taglist2 MD 0.diff

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

2.4. Appearance of Component with Default variant and List of Children in LG PASS

Result: PASS Time: 2.467 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist2 LG 0

Current

taglist taglist2 LG 0

Diff

taglist taglist2 LG 0.diff

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

2.5. Appearance of Component with Default variant and List of Children in XLG PASS

Result: PASS Time: 2.924 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist2 XLG 0

Current

taglist taglist2 XLG 0

Diff

taglist taglist2 XLG 0.diff

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

2.6. Appearance of Component with Default variant and List of Children in XXLG PASS

Result: PASS Time: 3.490 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist2 XXLG 0

Current

taglist taglist2 XXLG 0

Diff

taglist taglist2 XXLG 0.diff

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

2.7. Appearance of Component with Default variant and List of Descendants in XS PASS

Result: PASS Time: 1.899 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist3 XS 0

Current

taglist taglist3 XS 0

Diff

taglist taglist3 XS 0.diff

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

2.8. Appearance of Component with Default variant and List of Descendants in SM PASS

Result: PASS Time: 2.053 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist3 SM 0

Current

taglist taglist3 SM 0

Diff

taglist taglist3 SM 0.diff

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

2.9. Appearance of Component with Default variant and List of Descendants in MD PASS

Result: PASS Time: 2.291 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist3 MD 0

Current

taglist taglist3 MD 0

Diff

taglist taglist3 MD 0.diff

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

2.10. Appearance of Component with Default variant and List of Descendants in LG PASS

Result: PASS Time: 2.611 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist3 LG 0

Current

taglist taglist3 LG 0

Diff

taglist taglist3 LG 0.diff

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

2.11. Appearance of Component with Default variant and List of Descendants in XLG PASS

Result: PASS Time: 3.035 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist3 XLG 0

Current

taglist taglist3 XLG 0

Diff

taglist taglist3 XLG 0.diff

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

2.12. Appearance of Component with Default variant and List of Descendants in XXLG PASS

Result: PASS Time: 3.685 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist3 XXLG 0

Current

taglist taglist3 XXLG 0

Diff

taglist taglist3 XXLG 0.diff

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

2.13. Appearance of Component with Default variant and Fixed List in XS PASS

Result: PASS Time: 1.715 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist4 XS 0

Current

taglist taglist4 XS 0

Diff

taglist taglist4 XS 0.diff

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

2.14. Appearance of Component with Default variant and Fixed List in SM PASS

Result: PASS Time: 1.711 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist4 SM 0

Current

taglist taglist4 SM 0

Diff

taglist taglist4 SM 0.diff

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

2.15. Appearance of Component with Default variant and Fixed List in MD PASS

Result: PASS Time: 1.972 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist4 MD 0

Current

taglist taglist4 MD 0

Diff

taglist taglist4 MD 0.diff

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

2.16. Appearance of Component with Default variant and Fixed List in LG PASS

Result: PASS Time: 2.178 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist4 LG 0

Current

taglist taglist4 LG 0

Diff

taglist taglist4 LG 0.diff

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

2.17. Appearance of Component with Default variant and Fixed List in XLG PASS

Result: PASS Time: 2.647 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist4 XLG 0

Current

taglist taglist4 XLG 0

Diff

taglist taglist4 XLG 0.diff

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

2.18. Appearance of Component with Default variant and Fixed List in XXLG PASS

Result: PASS Time: 3.121 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist4 XXLG 0

Current

taglist taglist4 XXLG 0

Diff

taglist taglist4 XXLG 0.diff

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

2.19. Appearance of Component with Options List variant and List of Children in XS PASS

Result: PASS Time: 1.666 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist6 XS 0

Current

taglist taglist6 XS 0

Diff

taglist taglist6 XS 0.diff

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

2.20. Appearance of Component with Options List variant and List of Children in SM PASS

Result: PASS Time: 1.660 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist6 SM 0

Current

taglist taglist6 SM 0

Diff

taglist taglist6 SM 0.diff

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

2.21. Appearance of Component with Options List variant and List of Children in MD PASS

Result: PASS Time: 1.836 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist6 MD 0

Current

taglist taglist6 MD 0

Diff

taglist taglist6 MD 0.diff

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

2.22. Appearance of Component with Options List variant and List of Children in LG PASS

Result: PASS Time: 2.154 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist6 LG 0

Current

taglist taglist6 LG 0

Diff

taglist taglist6 LG 0.diff

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

2.23. Appearance of Component with Options List variant and List of Children in XLG PASS

Result: PASS Time: 2.586 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist6 XLG 0

Current

taglist taglist6 XLG 0

Diff

taglist taglist6 XLG 0.diff

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

2.24. Appearance of Component with Options List variant and List of Children in XXLG PASS

Result: PASS Time: 3.092 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist6 XXLG 0

Current

taglist taglist6 XXLG 0

Diff

taglist taglist6 XXLG 0.diff

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

2.25. Appearance of Component with Options List variant and List of Descendants in XS PASS

Result: PASS Time: 1.631 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist7 XS 0

Current

taglist taglist7 XS 0

Diff

taglist taglist7 XS 0.diff

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

2.26. Appearance of Component with Options List variant and List of Descendants in SM PASS

Result: PASS Time: 1.710 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist7 SM 0

Current

taglist taglist7 SM 0

Diff

taglist taglist7 SM 0.diff

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

2.27. Appearance of Component with Options List variant and List of Descendants in MD PASS

Result: PASS Time: 1.932 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist7 MD 0

Current

taglist taglist7 MD 0

Diff

taglist taglist7 MD 0.diff

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

2.28. Appearance of Component with Options List variant and List of Descendants in LG PASS

Result: PASS Time: 2.142 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist7 LG 0

Current

taglist taglist7 LG 0

Diff

taglist taglist7 LG 0.diff

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

2.29. Appearance of Component with Options List variant and List of Descendants in XLG PASS

Result: PASS Time: 2.581 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist7 XLG 0

Current

taglist taglist7 XLG 0

Diff

taglist taglist7 XLG 0.diff

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

2.30. Appearance of Component with Options List variant and List of Descendants in XXLG PASS

Result: PASS Time: 3.145 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist7 XXLG 0

Current

taglist taglist7 XXLG 0

Diff

taglist taglist7 XXLG 0.diff

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

2.31. Appearance of Component with Options List variant and Fixed List in XS PASS

Result: PASS Time: 1.701 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist8 XS 0

Current

taglist taglist8 XS 0

Diff

taglist taglist8 XS 0.diff

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

2.32. Appearance of Component with Options List variant and Fixed List in SM PASS

Result: PASS Time: 1.662 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist8 SM 0

Current

taglist taglist8 SM 0

Diff

taglist taglist8 SM 0.diff

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

2.33. Appearance of Component with Options List variant and Fixed List in MD PASS

Result: PASS Time: 1.921 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist8 MD 0

Current

taglist taglist8 MD 0

Diff

taglist taglist8 MD 0.diff

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

2.34. Appearance of Component with Options List variant and Fixed List in LG PASS

Result: PASS Time: 2.122 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist8 LG 0

Current

taglist taglist8 LG 0

Diff

taglist taglist8 LG 0.diff

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

2.35. Appearance of Component with Options List variant and Fixed List in XLG PASS

Result: PASS Time: 2.621 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist8 XLG 0

Current

taglist taglist8 XLG 0

Diff

taglist taglist8 XLG 0.diff

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

2.36. Appearance of Component with Options List variant and Fixed List in XXLG PASS

Result: PASS Time: 3.044 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • When I am in the component showcase page

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

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

1
designRef(selector)
Source

taglist taglist8 XXLG 0

Current

taglist taglist8 XXLG 0

Diff

taglist taglist8 XXLG 0.diff

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