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

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

10.523 seconds

1

0

7

2. Features

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

Result: IGNORED Time: 2.255 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

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

Result: IGNORED Time: 2.426 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in LG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

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

Result: IGNORED Time: 2.200 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1366 and height: 1024

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

Result: FAILURE Time: 2.591 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1366 and height: 1024

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | |         [[RemoteWebDriver: chrome on LINUX (13b7334604e2b6cfd3853f74d8158456)] -> css selector: #assetlist4]
|              | #assetlist4
|              [[[RemoteWebDriver: chrome on LINUX (13b7334604e2b6cfd3853f74d8158456)] -> css selector: #assetlist4]]
java.awt.image.RasterFormatException: (y + height) is outside of Raster

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

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: #viewport.width and height: #viewport.height

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

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: #viewport.width and height: #viewport.height

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

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: #viewport.width and height: #viewport.height