created on Wed Sep 15 01:30:33 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

2.796 seconds

1

0

2

2. Features

2.1. Appearance of Search List Component Default without Query in LG FAILURE

Result: FAILURE Time: 2.091 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#searchlist1"
  • 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,"blank")
Source

searchlist blank searchlist1 LG 0

Current

searchlist blank searchlist1 LG 0

Diff

searchlist blank searchlist1 LG 0.diff

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

The following problems occurred:
Condition failed with Exception:

designRef(selector,"blank")
|         |
|         #searchlist1
java.lang.Error: Design reference does not match current layout.

2.2. Appearance of Search List Component Default with Query IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#searchlist1"
def query_string = "q=fulltext%3Dtime%0D%0Agroup.p.or%3Dtrue%0D%0Agroup.1_group.path%3D%2Fcontent%2Faemdesign-showcase%2Fen%2Fcomponent%2Flists%2Fsearch-list%0D%0Agroup.1_group.type%3Dcq%3APage%0D%0Agroup.1_group.property%3D%40jcr%3Acontent%2FhideInNav%0D%0Agroup.1_group.property.operation%3Dexists%0D%0Agroup.1_group.property.value%3Dfalse%0D%0Agroup.2_group.path%3D%2Fcontent%2Faemdesign-showcase%2Fen%2Fcomponent%2Flists%2Fsearch-list%0D%0Agroup.2_group.type%3Ddam%3AAsset"
  • When I am in the component showcase page with Query Specified

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageWithQuery(language, query_string)
  • 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