created on Thu Aug 12 17:52:47 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

4.151 seconds

1

0

7

2. Features

2.1. Appearance of Component Variant: Default in LG FAILURE

Result: FAILURE Time: 2.734 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock1 .content"
  • 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

text contentblock1 .content LG 0

Current

text contentblock1 .content LG 0

Diff

text contentblock1 .content LG 0.diff

  • Where:

The following problems occurred:
Condition failed with Exception:

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

2.2. Appearance of Component Variant: Textarea 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 = "#contentblock2 .content"
  • 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:

2.3. Appearance of Component Variant: Email 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 = "#contentblock3 .content"
  • 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:

2.4. Appearance of Component Variant: Telephone 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 = "#contentblock4 .content"
  • 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:

2.5. Appearance of Component Variant: Date 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 = "#contentblock5 .content"
  • 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:

2.6. Appearance of Component Variant: Number 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 = "#contentblock6 .content"
  • 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:

2.7. Appearance of Component Variant: Password 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 = "#contentblock7 .content"
  • 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: