created on Fri Nov 08 02:41:57 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

12

100.0%

42.116 seconds

0

0

0

2. Features

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

Result: PASS Time: 2.449 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist1 XS 0

Current

locationlist locationlist1 XS 0

Diff

locationlist locationlist1 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.419 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist1 SM 0

Current

locationlist locationlist1 SM 0

Diff

locationlist locationlist1 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.737 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist1 MD 0

Current

locationlist locationlist1 MD 0

Diff

locationlist locationlist1 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: 3.006 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist1 LG 0

Current

locationlist locationlist1 LG 0

Diff

locationlist locationlist1 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: 3.453 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist1 XLG 0

Current

locationlist locationlist1 XLG 0

Diff

locationlist locationlist1 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.960 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist1 XXLG 0

Current

locationlist locationlist1 XXLG 0

Diff

locationlist locationlist1 XXLG 0.diff

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

2.7. Appearance of Component with Card with Image, Title, Category, Description and Action in XS PASS

Result: PASS Time: 2.544 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist3 XS 0

Current

locationlist locationlist3 XS 0

Diff

locationlist locationlist3 XS 0.diff

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

2.8. Appearance of Component with Card with Image, Title, Category, Description and Action in SM PASS

Result: PASS Time: 2.633 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist3 SM 0

Current

locationlist locationlist3 SM 0

Diff

locationlist locationlist3 SM 0.diff

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

2.9. Appearance of Component with Card with Image, Title, Category, Description and Action in MD PASS

Result: PASS Time: 3.303 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist3 MD 0

Current

locationlist locationlist3 MD 0

Diff

locationlist locationlist3 MD 0.diff

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

2.10. Appearance of Component with Card with Image, Title, Category, Description and Action in LG PASS

Result: PASS Time: 3.900 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist3 LG 0

Current

locationlist locationlist3 LG 0

Diff

locationlist locationlist3 LG 0.diff

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

2.11. Appearance of Component with Card with Image, Title, Category, Description and Action in XLG PASS

Result: PASS Time: 4.813 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist3 XLG 0

Current

locationlist locationlist3 XLG 0

Diff

locationlist locationlist3 XLG 0.diff

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

2.12. Appearance of Component with Card with Image, Title, Category, Description and Action in XXLG PASS

Result: PASS Time: 5.345 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

locationlist locationlist3 XXLG 0

Current

locationlist locationlist3 XXLG 0

Diff

locationlist locationlist3 XXLG 0.diff

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