created on Fri Nov 08 01:08:15 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

24

100.0%

1 minutes, 3.116 seconds

0

0

0

2. Features

2.1. Appearance of Component in XS PASS

Result: PASS Time: 2.289 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb1 XS 0

Current

breadcrumb breadcrumb1 XS 0

Diff

breadcrumb breadcrumb1 XS 0.diff

  • Where:

2.2. Appearance of Component in SM PASS

Result: PASS Time: 2.176 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb1 SM 0

Current

breadcrumb breadcrumb1 SM 0

Diff

breadcrumb breadcrumb1 SM 0.diff

  • Where:

2.3. Appearance of Component in MD PASS

Result: PASS Time: 2.323 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb1 MD 0

Current

breadcrumb breadcrumb1 MD 0

Diff

breadcrumb breadcrumb1 MD 0.diff

  • Where:

2.4. Appearance of Component in LG PASS

Result: PASS Time: 2.602 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb1 LG 0

Current

breadcrumb breadcrumb1 LG 0

Diff

breadcrumb breadcrumb1 LG 0.diff

  • Where:

2.5. Appearance of Component in XLG PASS

Result: PASS Time: 3.005 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb1 XLG 0

Current

breadcrumb breadcrumb1 XLG 0

Diff

breadcrumb breadcrumb1 XLG 0.diff

  • Where:

2.6. Appearance of Component in XXLG PASS

Result: PASS Time: 3.471 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb1 XXLG 0

Current

breadcrumb breadcrumb1 XXLG 0

Diff

breadcrumb breadcrumb1 XXLG 0.diff

  • Where:

2.7. Appearance of Component with Changed Start Level in XS PASS

Result: PASS Time: 2.026 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb2 XS 0

Current

breadcrumb breadcrumb2 XS 0

Diff

breadcrumb breadcrumb2 XS 0.diff

  • Where:

2.8. Appearance of Component with Changed Start Level in SM PASS

Result: PASS Time: 2.093 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb2 SM 0

Current

breadcrumb breadcrumb2 SM 0

Diff

breadcrumb breadcrumb2 SM 0.diff

  • Where:

2.9. Appearance of Component with Changed Start Level in MD PASS

Result: PASS Time: 2.290 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb2 MD 0

Current

breadcrumb breadcrumb2 MD 0

Diff

breadcrumb breadcrumb2 MD 0.diff

  • Where:

2.10. Appearance of Component with Changed Start Level in LG PASS

Result: PASS Time: 2.519 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb2 LG 0

Current

breadcrumb breadcrumb2 LG 0

Diff

breadcrumb breadcrumb2 LG 0.diff

  • Where:

2.11. Appearance of Component with Changed Start Level in XLG PASS

Result: PASS Time: 2.894 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb2 XLG 0

Current

breadcrumb breadcrumb2 XLG 0

Diff

breadcrumb breadcrumb2 XLG 0.diff

  • Where:

2.12. Appearance of Component with Changed Start Level in XXLG PASS

Result: PASS Time: 3.471 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb2 XXLG 0

Current

breadcrumb breadcrumb2 XXLG 0

Diff

breadcrumb breadcrumb2 XXLG 0.diff

  • Where:

2.13. Appearance of Component with Changed Start Level and End Level in XS PASS

Result: PASS Time: 2.043 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb3 XS 0

Current

breadcrumb breadcrumb3 XS 0

Diff

breadcrumb breadcrumb3 XS 0.diff

  • Where:

2.14. Appearance of Component with Changed Start Level and End Level in SM PASS

Result: PASS Time: 2.045 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb3 SM 0

Current

breadcrumb breadcrumb3 SM 0

Diff

breadcrumb breadcrumb3 SM 0.diff

  • Where:

2.15. Appearance of Component with Changed Start Level and End Level in MD PASS

Result: PASS Time: 2.221 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb3 MD 0

Current

breadcrumb breadcrumb3 MD 0

Diff

breadcrumb breadcrumb3 MD 0.diff

  • Where:

2.16. Appearance of Component with Changed Start Level and End Level in LG PASS

Result: PASS Time: 2.602 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb3 LG 0

Current

breadcrumb breadcrumb3 LG 0

Diff

breadcrumb breadcrumb3 LG 0.diff

  • Where:

2.17. Appearance of Component with Changed Start Level and End Level in XLG PASS

Result: PASS Time: 2.918 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb3 XLG 0

Current

breadcrumb breadcrumb3 XLG 0

Diff

breadcrumb breadcrumb3 XLG 0.diff

  • Where:

2.18. Appearance of Component with Changed Start Level and End Level in XXLG PASS

Result: PASS Time: 3.347 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb3 XXLG 0

Current

breadcrumb breadcrumb3 XXLG 0

Diff

breadcrumb breadcrumb3 XXLG 0.diff

  • Where:

2.19. Appearance of Component with Show hidden in XS PASS

Result: PASS Time: 2.043 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb4 XS 0

Current

breadcrumb breadcrumb4 XS 0

Diff

breadcrumb breadcrumb4 XS 0.diff

  • Where:

2.20. Appearance of Component with Show hidden in SM PASS

Result: PASS Time: 2.063 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb4 SM 0

Current

breadcrumb breadcrumb4 SM 0

Diff

breadcrumb breadcrumb4 SM 0.diff

  • Where:

2.21. Appearance of Component with Show hidden in MD PASS

Result: PASS Time: 2.239 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb4 MD 0

Current

breadcrumb breadcrumb4 MD 0

Diff

breadcrumb breadcrumb4 MD 0.diff

  • Where:

2.22. Appearance of Component with Show hidden in LG PASS

Result: PASS Time: 2.466 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb4 LG 0

Current

breadcrumb breadcrumb4 LG 0

Diff

breadcrumb breadcrumb4 LG 0.diff

  • Where:

2.23. Appearance of Component with Show hidden in XLG PASS

Result: PASS Time: 2.951 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb4 XLG 0

Current

breadcrumb breadcrumb4 XLG 0

Diff

breadcrumb breadcrumb4 XLG 0.diff

  • Where:

2.24. Appearance of Component with Show hidden in XXLG PASS

Result: PASS Time: 3.483 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

breadcrumb breadcrumb4 XXLG 0

Current

breadcrumb breadcrumb4 XXLG 0

Diff

breadcrumb breadcrumb4 XXLG 0.diff

  • Where: