created on Thu Aug 12 17:54:41 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

1

100.0%

3.781 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Component Config showing config for first element in Container in LG PASS

Result: PASS Time: 2.656 seconds

  • Given: >the page hierarchy is created as "Components" > "Layout" > "ContentBlock"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

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

1
def component = waitForComponent(selector)
  • And Should have a sample list component

1
assert $("${selector} #pagelist13").size() == 1
  • And Should have a Component Config table

1
2
assert $("${selector} .firstComponentConfig table").size() == 1
takeScreenshot($("${selector} .firstComponentConfig").firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Component Config showing config for first element in Container in LG I am on the component showcase page

  • Where: