created on Fri Nov 08 01:14:34 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

72

100.0%

2 minutes, 55.175 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.968 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 = "#contentblock1"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Default in XS 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: Default"
  • Where: Browser size width: 320 and height: 480

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 2.165 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 = "#contentblock1"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Default in SM 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: Default"
  • Where: Browser size width: 640 and height: 480

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 2.281 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 = "#contentblock1"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Default in MD 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: Default"
  • Where: Browser size width: 1024 and height: 768

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 2.128 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 = "#contentblock1"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Default in LG 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: Default"
  • Where: Browser size width: 1366 and height: 1024

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 2.370 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 = "#contentblock1"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Default in XLG 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: Default"
  • Where: Browser size width: 1920 and height: 1280

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 2.628 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 = "#contentblock1"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Default in XXLG 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: Default"
  • Where: Browser size width: 2560 and height: 1440

2.7. Functionality of Component Variant: Default Container in XS PASS

Result: PASS Time: 1.556 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 = "#contentblock2"
  • 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: Default Container"
  • Where: Browser size width: 320 and height: 480

2.8. Functionality of Component Variant: Default Container in SM PASS

Result: PASS Time: 1.688 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 = "#contentblock2"
  • 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: Default Container"
  • Where: Browser size width: 640 and height: 480

2.9. Functionality of Component Variant: Default Container in MD PASS

Result: PASS Time: 1.903 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 = "#contentblock2"
  • 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: Default Container"
  • Where: Browser size width: 1024 and height: 768

2.10. Functionality of Component Variant: Default Container in LG PASS

Result: PASS Time: 2.220 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 = "#contentblock2"
  • 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: Default Container"
  • Where: Browser size width: 1366 and height: 1024

2.11. Functionality of Component Variant: Default Container in XLG PASS

Result: PASS Time: 2.623 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 = "#contentblock2"
  • 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: Default Container"
  • Where: Browser size width: 1920 and height: 1280

2.12. Functionality of Component Variant: Default Container in XXLG PASS

Result: PASS Time: 3.118 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 = "#contentblock2"
  • 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: Default Container"
  • Where: Browser size width: 2560 and height: 1440

2.13. Functionality of Component Variant: Float Section in XS PASS

Result: PASS Time: 1.609 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 = "#contentblock3"
  • 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: Browser size width: 320 and height: 480

2.14. Functionality of Component Variant: Float Section in SM PASS

Result: PASS Time: 1.680 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 = "#contentblock3"
  • 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: Browser size width: 640 and height: 480

2.15. Functionality of Component Variant: Float Section in MD PASS

Result: PASS Time: 1.858 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 = "#contentblock3"
  • 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: Browser size width: 1024 and height: 768

2.16. Functionality of Component Variant: Float Section in LG PASS

Result: PASS Time: 1.906 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 = "#contentblock3"
  • 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: Browser size width: 1366 and height: 1024

2.17. Functionality of Component Variant: Float Section in XLG PASS

Result: PASS Time: 2.630 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 = "#contentblock3"
  • 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: Browser size width: 1920 and height: 1280

2.18. Functionality of Component Variant: Float Section in XXLG PASS

Result: PASS Time: 2.984 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 = "#contentblock3"
  • 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: Browser size width: 2560 and height: 1440

2.19. Functionality of Component Variant: Description List Section in XS PASS

Result: PASS Time: 1.640 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 = "#contentblock4"
  • 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: Browser size width: 320 and height: 480

2.20. Functionality of Component Variant: Description List Section in SM PASS

Result: PASS Time: 1.695 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 = "#contentblock4"
  • 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: Browser size width: 640 and height: 480

2.21. Functionality of Component Variant: Description List Section in MD PASS

Result: PASS Time: 1.834 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 = "#contentblock4"
  • 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: Browser size width: 1024 and height: 768

2.22. Functionality of Component Variant: Description List Section in LG PASS

Result: PASS Time: 2.152 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 = "#contentblock4"
  • 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: Browser size width: 1366 and height: 1024

2.23. Functionality of Component Variant: Description List Section in XLG PASS

Result: PASS Time: 2.609 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 = "#contentblock4"
  • 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: Browser size width: 1920 and height: 1280

2.24. Functionality of Component Variant: Description List Section in XXLG PASS

Result: PASS Time: 3.120 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 = "#contentblock4"
  • 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: Browser size width: 2560 and height: 1440

2.25. Functionality of Component Variant: Field Set Section in XS PASS

Result: PASS Time: 1.638 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 = "#contentblock5"
  • 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() == "Variant: Field Set Section"
  • And Should have sample rich text

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

2.26. Functionality of Component Variant: Field Set Section in SM PASS

Result: PASS Time: 1.862 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 = "#contentblock5"
  • 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() == "Variant: Field Set Section"
  • And Should have sample rich text

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

2.27. Functionality of Component Variant: Field Set Section in MD PASS

Result: PASS Time: 2.063 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 = "#contentblock5"
  • 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() == "Variant: Field Set Section"
  • And Should have sample rich text

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

2.28. Functionality of Component Variant: Field Set Section in LG PASS

Result: PASS Time: 2.140 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 = "#contentblock5"
  • 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() == "Variant: Field Set Section"
  • And Should have sample rich text

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

2.29. Functionality of Component Variant: Field Set Section in XLG PASS

Result: PASS Time: 2.560 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 = "#contentblock5"
  • 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() == "Variant: Field Set Section"
  • And Should have sample rich text

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

2.30. Functionality of Component Variant: Field Set Section in XXLG PASS

Result: PASS Time: 3.099 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 = "#contentblock5"
  • 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() == "Variant: Field Set Section"
  • And Should have sample rich text

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

2.31. Functionality of Component Variant: Advanced Plain Section in XS PASS

Result: PASS Time: 1.550 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 = "#contentblock6"
  • 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:

2.32. Functionality of Component Variant: Advanced Plain Section in SM PASS

Result: PASS Time: 1.667 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 = "#contentblock6"
  • 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:

2.33. Functionality of Component Variant: Advanced Plain Section in MD PASS

Result: PASS Time: 1.906 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 = "#contentblock6"
  • 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:

2.34. Functionality of Component Variant: Advanced Plain Section in LG PASS

Result: PASS Time: 1.908 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 = "#contentblock6"
  • 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:

2.35. Functionality of Component Variant: Advanced Plain Section in XLG PASS

Result: PASS Time: 2.600 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 = "#contentblock6"
  • 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:

2.36. Functionality of Component Variant: Advanced Plain Section in XXLG PASS

Result: PASS Time: 3.016 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 = "#contentblock6"
  • 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: PASS Time: 1.534 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 = "#contentblock7"
  • 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:

Result: PASS Time: 1.668 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 = "#contentblock7"
  • 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:

Result: PASS Time: 1.823 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 = "#contentblock7"
  • 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:

Result: PASS Time: 2.215 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 = "#contentblock7"
  • 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:

Result: PASS Time: 2.589 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 = "#contentblock7"
  • 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:

Result: PASS Time: 3.086 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 = "#contentblock7"
  • 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.43. Functionality of Component Variant: Section with Background in XS PASS

Result: PASS Time: 1.578 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 = "#contentblock8"
  • 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:

2.44. Functionality of Component Variant: Section with Background in SM PASS

Result: PASS Time: 1.832 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 = "#contentblock8"
  • 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:

2.45. Functionality of Component Variant: Section with Background in MD PASS

Result: PASS Time: 1.765 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 = "#contentblock8"
  • 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:

2.46. Functionality of Component Variant: Section with Background in LG PASS

Result: PASS Time: 2.167 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 = "#contentblock8"
  • 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:

2.47. Functionality of Component Variant: Section with Background in XLG PASS

Result: PASS Time: 2.732 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 = "#contentblock8"
  • 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:

2.48. Functionality of Component Variant: Section with Background in XXLG PASS

Result: PASS Time: 3.116 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 = "#contentblock8"
  • 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:

2.49. Functionality of Component Variant: Section with Background Video in XS PASS

Result: PASS Time: 2.034 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 = "#contentblock9"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background Video in XS 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]").size() > 0
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • And Section should have video tag with video rendition

1
assert $("${selector} source").firstElement().getAttribute("src").contains(".flv")
  • Where:

2.50. Functionality of Component Variant: Section with Background Video in SM PASS

Result: PASS Time: 2.182 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 = "#contentblock9"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background Video in SM 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]").size() > 0
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • And Section should have video tag with video rendition

1
assert $("${selector} source").firstElement().getAttribute("src").contains(".flv")
  • Where:

2.51. Functionality of Component Variant: Section with Background Video in MD PASS

Result: PASS Time: 2.778 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 = "#contentblock9"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background Video in MD 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]").size() > 0
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • And Section should have video tag with video rendition

1
assert $("${selector} source").firstElement().getAttribute("src").contains(".flv")
  • Where:

2.52. Functionality of Component Variant: Section with Background Video in LG PASS

Result: PASS Time: 3.785 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 = "#contentblock9"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background Video in LG 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]").size() > 0
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • And Section should have video tag with video rendition

1
assert $("${selector} source").firstElement().getAttribute("src").contains(".flv")
  • Where:

2.53. Functionality of Component Variant: Section with Background Video in XLG PASS

Result: PASS Time: 3.487 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 = "#contentblock9"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background Video in XLG 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]").size() > 0
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • And Section should have video tag with video rendition

1
assert $("${selector} source").firstElement().getAttribute("src").contains(".flv")
  • Where:

2.54. Functionality of Component Variant: Section with Background Video in XXLG PASS

Result: PASS Time: 5.809 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 = "#contentblock9"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background Video in XXLG 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]").size() > 0
  • And Section should have a background image

1
assert $(selector).css("background-image").contains(".png")
  • And Section should have video tag with video rendition

1
assert $("${selector} source").firstElement().getAttribute("src").contains(".flv")
  • Where:

2.55. Functionality of Component Variant: Parsys in XS PASS

Result: PASS Time: 1.884 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 = "#contentblock10"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Parsys in XS 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: Parsys"
  • Where:

2.56. Functionality of Component Variant: Parsys in SM PASS

Result: PASS Time: 1.950 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 = "#contentblock10"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Parsys in SM 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: Parsys"
  • Where:

2.57. Functionality of Component Variant: Parsys in MD PASS

Result: PASS Time: 2.030 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 = "#contentblock10"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Parsys in MD 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: Parsys"
  • Where:

2.58. Functionality of Component Variant: Parsys in LG PASS

Result: PASS Time: 2.147 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 = "#contentblock10"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Parsys in LG 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: Parsys"
  • Where:

2.59. Functionality of Component Variant: Parsys in XLG PASS

Result: PASS Time: 2.359 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 = "#contentblock10"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Parsys in XLG 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: Parsys"
  • Where:

2.60. Functionality of Component Variant: Parsys in XXLG PASS

Result: PASS Time: 2.669 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 = "#contentblock10"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Parsys in XXLG 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: Parsys"
  • Where:

2.61. Functionality of Component Variant: Child Section in XS PASS

Result: PASS Time: 3.219 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 = "#contentblock11"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Child Section in XS I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample child sections

1
assert $(selector + " .childsection").size() == 3
  • When I click first child section button

1
2
3
scrollIntoView($("#contentblock11a-heading button").firstElement())
clickOnElement($("#contentblock11a-heading button").firstElement())
takeScreenshot($(selector).firstElement(), "I click first child section button")
Current

Functionality of Component Variant Child Section in XS I click first child section button

  • Then Fist child section content should be expanded

1
2
waitFor (3, 0.1) { $("#contentblock11a-content [component].text").isDisplayed() }
takeScreenshot($(selector).firstElement(), "Fist child section content should be expanded")
Current

Functionality of Component Variant Child Section in XS Fist child section content should be expanded

  • Where:

2.62. Functionality of Component Variant: Child Section in SM PASS

Result: PASS Time: 3.180 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 = "#contentblock11"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Child Section in SM I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample child sections

1
assert $(selector + " .childsection").size() == 3
  • When I click first child section button

1
2
3
scrollIntoView($("#contentblock11a-heading button").firstElement())
clickOnElement($("#contentblock11a-heading button").firstElement())
takeScreenshot($(selector).firstElement(), "I click first child section button")
Current

Functionality of Component Variant Child Section in SM I click first child section button

  • Then Fist child section content should be expanded

1
2
waitFor (3, 0.1) { $("#contentblock11a-content [component].text").isDisplayed() }
takeScreenshot($(selector).firstElement(), "Fist child section content should be expanded")
Current

Functionality of Component Variant Child Section in SM Fist child section content should be expanded

  • Where:

2.63. Functionality of Component Variant: Child Section in MD PASS

Result: PASS Time: 3.336 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 = "#contentblock11"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Child Section in MD I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample child sections

1
assert $(selector + " .childsection").size() == 3
  • When I click first child section button

1
2
3
scrollIntoView($("#contentblock11a-heading button").firstElement())
clickOnElement($("#contentblock11a-heading button").firstElement())
takeScreenshot($(selector).firstElement(), "I click first child section button")
Current

Functionality of Component Variant Child Section in MD I click first child section button

  • Then Fist child section content should be expanded

1
2
waitFor (3, 0.1) { $("#contentblock11a-content [component].text").isDisplayed() }
takeScreenshot($(selector).firstElement(), "Fist child section content should be expanded")
Current

Functionality of Component Variant Child Section in MD Fist child section content should be expanded

  • Where:

2.64. Functionality of Component Variant: Child Section in LG PASS

Result: PASS Time: 3.738 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 = "#contentblock11"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Child Section in LG I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample child sections

1
assert $(selector + " .childsection").size() == 3
  • When I click first child section button

1
2
3
scrollIntoView($("#contentblock11a-heading button").firstElement())
clickOnElement($("#contentblock11a-heading button").firstElement())
takeScreenshot($(selector).firstElement(), "I click first child section button")
Current

Functionality of Component Variant Child Section in LG I click first child section button

  • Then Fist child section content should be expanded

1
2
waitFor (3, 0.1) { $("#contentblock11a-content [component].text").isDisplayed() }
takeScreenshot($(selector).firstElement(), "Fist child section content should be expanded")
Current

Functionality of Component Variant Child Section in LG Fist child section content should be expanded

  • Where:

2.65. Functionality of Component Variant: Child Section in XLG PASS

Result: PASS Time: 4.266 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 = "#contentblock11"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Child Section in XLG I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample child sections

1
assert $(selector + " .childsection").size() == 3
  • When I click first child section button

1
2
3
scrollIntoView($("#contentblock11a-heading button").firstElement())
clickOnElement($("#contentblock11a-heading button").firstElement())
takeScreenshot($(selector).firstElement(), "I click first child section button")
Current

Functionality of Component Variant Child Section in XLG I click first child section button

  • Then Fist child section content should be expanded

1
2
waitFor (3, 0.1) { $("#contentblock11a-content [component].text").isDisplayed() }
takeScreenshot($(selector).firstElement(), "Fist child section content should be expanded")
Current

Functionality of Component Variant Child Section in XLG Fist child section content should be expanded

  • Where:

2.66. Functionality of Component Variant: Child Section in XXLG PASS

Result: PASS Time: 4.726 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 = "#contentblock11"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Child Section in XXLG I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have sample child sections

1
assert $(selector + " .childsection").size() == 3
  • When I click first child section button

1
2
3
scrollIntoView($("#contentblock11a-heading button").firstElement())
clickOnElement($("#contentblock11a-heading button").firstElement())
takeScreenshot($(selector).firstElement(), "I click first child section button")
Current

Functionality of Component Variant Child Section in XXLG I click first child section button

  • Then Fist child section content should be expanded

1
2
waitFor (3, 0.1) { $("#contentblock11a-content [component].text").isDisplayed() }
takeScreenshot($(selector).firstElement(), "Fist child section content should be expanded")
Current

Functionality of Component Variant Child Section in XXLG Fist child section content should be expanded

  • Where:

2.67. Functionality of Component Variant: Section with Background using Image Option using Manual MediaQuery with Rendition in XS PASS

Result: PASS Time: 1.921 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 = "#contentblock12"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background using Image Option using Manual MediaQuery with Rendition in XS I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Style element should use custom rendition

1
assert $("#background-contentblock12").getAttribute("innerHTML").indexOf("aem-design-logo.png") > 0
  • Where:

2.68. Functionality of Component Variant: Section with Background using Image Option using Manual MediaQuery with Rendition in SM PASS

Result: PASS Time: 1.906 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 = "#contentblock12"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background using Image Option using Manual MediaQuery with Rendition in SM I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Style element should use custom rendition

1
assert $("#background-contentblock12").getAttribute("innerHTML").indexOf("aem-design-logo.png") > 0
  • Where:

2.69. Functionality of Component Variant: Section with Background using Image Option using Manual MediaQuery with Rendition in MD PASS

Result: PASS Time: 2.032 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 = "#contentblock12"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background using Image Option using Manual MediaQuery with Rendition in MD I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Style element should use custom rendition

1
assert $("#background-contentblock12").getAttribute("innerHTML").indexOf("aem-design-logo.png") > 0
  • Where:

2.70. Functionality of Component Variant: Section with Background using Image Option using Manual MediaQuery with Rendition in LG PASS

Result: PASS Time: 2.159 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 = "#contentblock12"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background using Image Option using Manual MediaQuery with Rendition in LG I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Style element should use custom rendition

1
assert $("#background-contentblock12").getAttribute("innerHTML").indexOf("aem-design-logo.png") > 0
  • Where:

2.71. Functionality of Component Variant: Section with Background using Image Option using Manual MediaQuery with Rendition in XLG PASS

Result: PASS Time: 2.321 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 = "#contentblock12"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background using Image Option using Manual MediaQuery with Rendition in XLG I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Style element should use custom rendition

1
assert $("#background-contentblock12").getAttribute("innerHTML").indexOf("aem-design-logo.png") > 0
  • Where:

2.72. Functionality of Component Variant: Section with Background using Image Option using Manual MediaQuery with Rendition in XXLG PASS

Result: PASS Time: 2.578 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 = "#contentblock12"
  • When I am on the component showcase page

1
2
3
setWindowSize(viewport)
waitForAuthorPreviewPage()
takeScreenshot($(selector).firstElement(), "I am on the component showcase page")
Current

Functionality of Component Variant Section with Background using Image Option using Manual MediaQuery with Rendition in XXLG I am on the component showcase page

  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Style element should use custom rendition

1
assert $("#background-contentblock12").getAttribute("innerHTML").indexOf("aem-design-logo.png") > 0
  • Where: