created on Thu Aug 12 17:55:42 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

16.370 seconds

1

0

8

2. Features

2.1. Functionality of Component Variant: Section in LG IGNORED

Result: IGNORED Time: 1.924 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Section Locked"
  • Where:

2.2. Functionality of Component Variant: Container in LG IGNORED

Result: IGNORED Time: 1.840 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Container Unlocked"
  • Where:

2.3. Functionality of Component Variant: Float Section in LG IGNORED

Result: IGNORED Time: 1.909 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Float Section"
  • Where:

2.4. Functionality of Component Variant: Description List Section in LG IGNORED

Result: IGNORED Time: 1.884 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Description List Section"
  • Where:

2.5. Functionality of Component Variant: Field Set Section in LG IGNORED

Result: IGNORED Time: 1.913 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample title text

1
assert $(selector + " .legend").text().trim() == "Field Set Section"
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Field Set Section"
  • Where:

2.6. Functionality of Component Variant: Advanced Plain Section in LG IGNORED

Result: IGNORED Time: 1.903 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Advanced Plain Section"
  • Where:

Result: IGNORED Time: 1.956 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Advanced Section with Links"
  • Where:

2.8. Functionality of Component Variant: Section with Background in LG FAILURE

Result: FAILURE Time: 2.023 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
report("I am on the component showcase page")
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample rich text

1
assert $(selector + " .text[component]").text().trim() == "Variant: Section with Background"
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • Where:

The following problems occurred:
Condition not satisfied:

$(selector).css("background-image").contains(".png")
| |         |                       |
| |         none                    false
| #contentblocklock8
[[[RemoteWebDriver: chrome on LINUX (13b7334604e2b6cfd3853f74d8158456)] -> css selector: #contentblocklock8]]