created on Fri Nov 08 01:42:14 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

18

100.0%

56.689 seconds

0

0

0

2. Features

2.1. Appearance of Component Variant: Default in XS PASS

Result: PASS Time: 2.472 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text1 XS 0

Current

text text1 XS 0

Diff

text text1 XS 0.diff

  • Where:

2.2. Appearance of Component Variant: Default in SM PASS

Result: PASS Time: 2.465 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text1 SM 0

Current

text text1 SM 0

Diff

text text1 SM 0.diff

  • Where:

2.3. Appearance of Component Variant: Default in MD PASS

Result: PASS Time: 3.132 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text1 MD 0

Current

text text1 MD 0

Diff

text text1 MD 0.diff

  • Where:

2.4. Appearance of Component Variant: Default in LG PASS

Result: PASS Time: 3.612 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text1 LG 0

Current

text text1 LG 0

Diff

text text1 LG 0.diff

  • Where:

2.5. Appearance of Component Variant: Default in XLG PASS

Result: PASS Time: 4.011 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text1 XLG 0

Current

text text1 XLG 0

Diff

text text1 XLG 0.diff

  • Where:

2.6. Appearance of Component Variant: Default in XXLG PASS

Result: PASS Time: 4.567 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text1 XXLG 0

Current

text text1 XXLG 0

Diff

text text1 XXLG 0.diff

  • Where:

2.7. Appearance of Component Variant: Simple in XS PASS

Result: PASS Time: 2.259 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text2 XS 0

Current

text text2 XS 0

Diff

text text2 XS 0.diff

  • Where:

2.8. Appearance of Component Variant: Simple in SM PASS

Result: PASS Time: 2.375 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text2 SM 0

Current

text text2 SM 0

Diff

text text2 SM 0.diff

  • Where:

2.9. Appearance of Component Variant: Simple in MD PASS

Result: PASS Time: 2.864 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text2 MD 0

Current

text text2 MD 0

Diff

text text2 MD 0.diff

  • Where:

2.10. Appearance of Component Variant: Simple in LG PASS

Result: PASS Time: 3.518 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text2 LG 0

Current

text text2 LG 0

Diff

text text2 LG 0.diff

  • Where:

2.11. Appearance of Component Variant: Simple in XLG PASS

Result: PASS Time: 3.971 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text2 XLG 0

Current

text text2 XLG 0

Diff

text text2 XLG 0.diff

  • Where:

2.12. Appearance of Component Variant: Simple in XXLG PASS

Result: PASS Time: 4.506 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

text text2 XXLG 0

Current

text text2 XXLG 0

Diff

text text2 XXLG 0.diff

  • Where:

2.13. Appearance of Component Variant: Prototype Example in XS PASS

Result: PASS Time: 2.019 seconds

  • Given: >I am in the component showcase page

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

text text3 XS 0

Current

text text3 XS 0

Diff

text text3 XS 0.diff

  • Where:

2.14. Appearance of Component Variant: Prototype Example in SM PASS

Result: PASS Time: 2.093 seconds

  • Given: >I am in the component showcase page

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

text text3 SM 0

Current

text text3 SM 0

Diff

text text3 SM 0.diff

  • Where:

2.15. Appearance of Component Variant: Prototype Example in MD PASS

Result: PASS Time: 2.271 seconds

  • Given: >I am in the component showcase page

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

text text3 MD 0

Current

text text3 MD 0

Diff

text text3 MD 0.diff

  • Where:

2.16. Appearance of Component Variant: Prototype Example in LG PASS

Result: PASS Time: 2.517 seconds

  • Given: >I am in the component showcase page

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

text text3 LG 0

Current

text text3 LG 0

Diff

text text3 LG 0.diff

  • Where:

2.17. Appearance of Component Variant: Prototype Example in XLG PASS

Result: PASS Time: 2.954 seconds

  • Given: >I am in the component showcase page

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

text text3 XLG 0

Current

text text3 XLG 0

Diff

text text3 XLG 0.diff

  • Where:

2.18. Appearance of Component Variant: Prototype Example in XXLG PASS

Result: PASS Time: 3.445 seconds

  • Given: >I am in the component showcase page

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

text text3 XXLG 0

Current

text text3 XXLG 0

Diff

text text3 XXLG 0.diff

  • Where: