created on Wed Sep 15 01:29:40 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

3.378 seconds

1

0

4

2. Features

2.1. Appearance of Component with Default variant and Default Badge in LG FAILURE

Result: FAILURE Time: 2.705 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 by 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

The following problems occurred:
Condition failed with Exception:

designRef(selector)
|         |
|         #newslist1
java.lang.Error: Design reference does not match current layout.

2.2. Appearance of Component with Default variant and Icon Badge 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 = "#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 #viewport.width by #viewport.height reference image.

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

2.3. Appearance of Component with Default variant and Image Badge 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 = "#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 #viewport.width by #viewport.height reference image.

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

2.4. Appearance of Component with Default variant and Card Badge 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 = "#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 #viewport.width by #viewport.height reference image.

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