created on Thu Aug 12 17:57:10 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

3.899 seconds

1

0

1

2. Features

2.1. Appearance of Component in LG FAILURE

Result: FAILURE Time: 2.895 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

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

header plainheader LG 0

Current

header plainheader LG 0

Diff

header plainheader LG 0.diff

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

The following problems occurred:
Condition failed with Exception:

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