created on Thu Aug 12 17:58:02 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

11.098 seconds

1

0

7

2. Features

2.1. Appearance of Component with Default variant and Static List in LG IGNORED

Result: IGNORED Time: 2.814 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • 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 by 1024 reference image.

1
designRef(selector)
Source

assetlist assetlist1 LG 0

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

2.2. Appearance of Component with Default variant and Static List with Image Option Rendition in LG IGNORED

Result: IGNORED Time: 2.282 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • 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 by 1024 reference image.

1
designRef(selector)
Source

assetlist assetlist2 LG 0

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

2.3. Appearance of Component with Default variant and Static List with Image Option Adaptive in LG IGNORED

Result: IGNORED Time: 2.269 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • 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 by 1024 reference image.

1
designRef(selector)
Source

assetlist assetlist3 LG 0

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

2.4. Appearance of Component with Default variant and Static List with Multiple Images in LG FAILURE

Result: FAILURE Time: 2.580 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • 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 by 1024 reference image.

1
designRef(selector)
  • Where: Browser size width: 1366 and height: 1024

The following problems occurred:
Condition failed with Exception:

designRef(selector)
|         |
|         #assetlist4
java.awt.image.RasterFormatException: (y + height) is outside of Raster

2.5. Appearance of Component with Default variant and Child List IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • 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 #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.6. Appearance of Component with Default variant and Descendants List IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • 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 #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.7. Appearance of Component with Default variant and Static List with Multiple Asset Types IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • 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 #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height