created on Fri Nov 08 02:45:09 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

24

100.0%

1 minutes, 13.048 seconds

0

0

0

2. Features

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

Result: PASS Time: 2.029 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist1"
  • 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

newslist newslist1 XS 0

Current

newslist newslist1 XS 0

Diff

newslist newslist1 XS 0.diff

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

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

Result: PASS Time: 2.078 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist1"
  • 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

newslist newslist1 SM 0

Current

newslist newslist1 SM 0

Diff

newslist newslist1 SM 0.diff

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

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

Result: PASS Time: 2.283 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist1"
  • 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

newslist newslist1 MD 0

Current

newslist newslist1 MD 0

Diff

newslist newslist1 MD 0.diff

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

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

Result: PASS Time: 2.618 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist1"
  • 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

newslist newslist1 LG 0

Current

newslist newslist1 LG 0

Diff

newslist newslist1 LG 0.diff

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

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

Result: PASS Time: 2.976 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist1"
  • 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

newslist newslist1 XLG 0

Current

newslist newslist1 XLG 0

Diff

newslist newslist1 XLG 0.diff

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

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

Result: PASS Time: 3.552 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist1"
  • 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

newslist newslist1 XXLG 0

Current

newslist newslist1 XXLG 0

Diff

newslist newslist1 XXLG 0.diff

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

2.7. Appearance of Component with Default variant and Icon Badge in XS PASS

Result: PASS Time: 2.123 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist2"
  • 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

newslist newslist2 XS 0

Current

newslist newslist2 XS 0

Diff

newslist newslist2 XS 0.diff

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

2.8. Appearance of Component with Default variant and Icon Badge in SM PASS

Result: PASS Time: 2.314 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist2"
  • 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

newslist newslist2 SM 0

Current

newslist newslist2 SM 0

Diff

newslist newslist2 SM 0.diff

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

2.9. Appearance of Component with Default variant and Icon Badge in MD PASS

Result: PASS Time: 2.909 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist2"
  • 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

newslist newslist2 MD 0

Current

newslist newslist2 MD 0

Diff

newslist newslist2 MD 0.diff

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

2.10. Appearance of Component with Default variant and Icon Badge in LG PASS

Result: PASS Time: 3.352 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist2"
  • 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

newslist newslist2 LG 0

Current

newslist newslist2 LG 0

Diff

newslist newslist2 LG 0.diff

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

2.11. Appearance of Component with Default variant and Icon Badge in XLG PASS

Result: PASS Time: 3.791 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist2"
  • 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

newslist newslist2 XLG 0

Current

newslist newslist2 XLG 0

Diff

newslist newslist2 XLG 0.diff

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

2.12. Appearance of Component with Default variant and Icon Badge in XXLG PASS

Result: PASS Time: 4.253 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist2"
  • 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

newslist newslist2 XXLG 0

Current

newslist newslist2 XXLG 0

Diff

newslist newslist2 XXLG 0.diff

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

2.13. Appearance of Component with Default variant and Image Badge in XS PASS

Result: PASS Time: 2.109 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist3"
  • 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

newslist newslist3 XS 0

Current

newslist newslist3 XS 0

Diff

newslist newslist3 XS 0.diff

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

2.14. Appearance of Component with Default variant and Image Badge in SM PASS

Result: PASS Time: 2.246 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist3"
  • 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

newslist newslist3 SM 0

Current

newslist newslist3 SM 0

Diff

newslist newslist3 SM 0.diff

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

2.15. Appearance of Component with Default variant and Image Badge in MD PASS

Result: PASS Time: 2.916 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist3"
  • 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

newslist newslist3 MD 0

Current

newslist newslist3 MD 0

Diff

newslist newslist3 MD 0.diff

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

2.16. Appearance of Component with Default variant and Image Badge in LG PASS

Result: PASS Time: 3.336 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist3"
  • 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

newslist newslist3 LG 0

Current

newslist newslist3 LG 0

Diff

newslist newslist3 LG 0.diff

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

2.17. Appearance of Component with Default variant and Image Badge in XLG PASS

Result: PASS Time: 3.767 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist3"
  • 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

newslist newslist3 XLG 0

Current

newslist newslist3 XLG 0

Diff

newslist newslist3 XLG 0.diff

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

2.18. Appearance of Component with Default variant and Image Badge in XXLG PASS

Result: PASS Time: 4.212 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist3"
  • 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

newslist newslist3 XXLG 0

Current

newslist newslist3 XXLG 0

Diff

newslist newslist3 XXLG 0.diff

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

2.19. Appearance of Component with Default variant and Card Badge in XS PASS

Result: PASS Time: 2.353 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist4"
  • 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

newslist newslist4 XS 0

Current

newslist newslist4 XS 0

Diff

newslist newslist4 XS 0.diff

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

2.20. Appearance of Component with Default variant and Card Badge in SM PASS

Result: PASS Time: 2.245 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist4"
  • 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

newslist newslist4 SM 0

Current

newslist newslist4 SM 0

Diff

newslist newslist4 SM 0.diff

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

2.21. Appearance of Component with Default variant and Card Badge in MD PASS

Result: PASS Time: 2.906 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist4"
  • 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

newslist newslist4 MD 0

Current

newslist newslist4 MD 0

Diff

newslist newslist4 MD 0.diff

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

2.22. Appearance of Component with Default variant and Card Badge in LG PASS

Result: PASS Time: 3.186 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist4"
  • 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

newslist newslist4 LG 0

Current

newslist newslist4 LG 0

Diff

newslist newslist4 LG 0.diff

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

2.23. Appearance of Component with Default variant and Card Badge in XLG PASS

Result: PASS Time: 3.694 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist4"
  • 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

newslist newslist4 XLG 0

Current

newslist newslist4 XLG 0

Diff

newslist newslist4 XLG 0.diff

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

2.24. Appearance of Component with Default variant and Card Badge in XXLG PASS

Result: PASS Time: 4.205 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#newslist4"
  • 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

newslist newslist4 XXLG 0

Current

newslist newslist4 XXLG 0

Diff

newslist newslist4 XXLG 0.diff

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