created on Fri Nov 08 01:09:01 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

24

100.0%

46.283 seconds

0

0

0

2. Features

2.1. Functionality of Component in XS PASS

Result: PASS Time: 1.661 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb1"
def selectorContainer = "#contentblock1 .contents"
  • 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 in XS The component should be on the page

  • And There should be a HREF value associated with Components link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component.html']", text: "Components")
  • And There should be a HREF value associated with Layout link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component/layout.html']", text: "Layout")
  • And There should be a HREF value associated with Breadcrumb link

1
$(selector + " li.active span", text: "Breadcrumb")
  • Where:

2.2. Functionality of Component in SM PASS

Result: PASS Time: 1.702 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb1"
def selectorContainer = "#contentblock1 .contents"
  • 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 in SM The component should be on the page

  • And There should be a HREF value associated with Components link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component.html']", text: "Components")
  • And There should be a HREF value associated with Layout link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component/layout.html']", text: "Layout")
  • And There should be a HREF value associated with Breadcrumb link

1
$(selector + " li.active span", text: "Breadcrumb")
  • Where:

2.3. Functionality of Component in MD PASS

Result: PASS Time: 1.682 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb1"
def selectorContainer = "#contentblock1 .contents"
  • 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 in MD The component should be on the page

  • And There should be a HREF value associated with Components link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component.html']", text: "Components")
  • And There should be a HREF value associated with Layout link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component/layout.html']", text: "Layout")
  • And There should be a HREF value associated with Breadcrumb link

1
$(selector + " li.active span", text: "Breadcrumb")
  • Where:

2.4. Functionality of Component in LG PASS

Result: PASS Time: 1.872 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb1"
def selectorContainer = "#contentblock1 .contents"
  • 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 in LG The component should be on the page

  • And There should be a HREF value associated with Components link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component.html']", text: "Components")
  • And There should be a HREF value associated with Layout link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component/layout.html']", text: "Layout")
  • And There should be a HREF value associated with Breadcrumb link

1
$(selector + " li.active span", text: "Breadcrumb")
  • Where:

2.5. Functionality of Component in XLG PASS

Result: PASS Time: 1.987 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb1"
def selectorContainer = "#contentblock1 .contents"
  • 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 in XLG The component should be on the page

  • And There should be a HREF value associated with Components link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component.html']", text: "Components")
  • And There should be a HREF value associated with Layout link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component/layout.html']", text: "Layout")
  • And There should be a HREF value associated with Breadcrumb link

1
$(selector + " li.active span", text: "Breadcrumb")
  • Where:

2.6. Functionality of Component in XXLG PASS

Result: PASS Time: 2.338 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb1"
def selectorContainer = "#contentblock1 .contents"
  • 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 in XXLG The component should be on the page

  • And There should be a HREF value associated with Components link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component.html']", text: "Components")
  • And There should be a HREF value associated with Layout link

1
$(selector + " a[href='/content/aemdesign-showcase/au/en/component/layout.html']", text: "Layout")
  • And There should be a HREF value associated with Breadcrumb link

1
$(selector + " li.active span", text: "Breadcrumb")
  • Where:

2.7. Functionality of Component with Changed Start Level in XS PASS

Result: PASS Time: 1.648 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb2"
def selectorContainer = "#contentblock2 .contents"
  • 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 Changed Start Level in XS The component should be on the page

  • And First link should be Layout

1
assert $("$selector li").getAt(0).text().trim() == "Layout"
  • And Last link should be Breadcrumb

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Breadcrumb"
  • Where:

2.8. Functionality of Component with Changed Start Level in SM PASS

Result: PASS Time: 1.660 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb2"
def selectorContainer = "#contentblock2 .contents"
  • 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 Changed Start Level in SM The component should be on the page

  • And First link should be Layout

1
assert $("$selector li").getAt(0).text().trim() == "Layout"
  • And Last link should be Breadcrumb

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Breadcrumb"
  • Where:

2.9. Functionality of Component with Changed Start Level in MD PASS

Result: PASS Time: 1.667 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb2"
def selectorContainer = "#contentblock2 .contents"
  • 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 Changed Start Level in MD The component should be on the page

  • And First link should be Layout

1
assert $("$selector li").getAt(0).text().trim() == "Layout"
  • And Last link should be Breadcrumb

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Breadcrumb"
  • Where:

2.10. Functionality of Component with Changed Start Level in LG PASS

Result: PASS Time: 1.858 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb2"
def selectorContainer = "#contentblock2 .contents"
  • 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 Changed Start Level in LG The component should be on the page

  • And First link should be Layout

1
assert $("$selector li").getAt(0).text().trim() == "Layout"
  • And Last link should be Breadcrumb

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Breadcrumb"
  • Where:

2.11. Functionality of Component with Changed Start Level in XLG PASS

Result: PASS Time: 1.985 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb2"
def selectorContainer = "#contentblock2 .contents"
  • 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 Changed Start Level in XLG The component should be on the page

  • And First link should be Layout

1
assert $("$selector li").getAt(0).text().trim() == "Layout"
  • And Last link should be Breadcrumb

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Breadcrumb"
  • Where:

2.12. Functionality of Component with Changed Start Level in XXLG PASS

Result: PASS Time: 2.297 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb2"
def selectorContainer = "#contentblock2 .contents"
  • 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 Changed Start Level in XXLG The component should be on the page

  • And First link should be Layout

1
assert $("$selector li").getAt(0).text().trim() == "Layout"
  • And Last link should be Breadcrumb

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Breadcrumb"
  • Where:

2.13. Functionality of Component with Changed Start Level and End Level in XS PASS

Result: PASS Time: 1.592 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb3"
def selectorContainer = "#contentblock3 .contents"
  • 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 Changed Start Level and End Level in XS The component should be on the page

  • And First link should be Components

1
assert $("$selector li").getAt(0).text().trim() == "Components"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.14. Functionality of Component with Changed Start Level and End Level in SM PASS

Result: PASS Time: 1.647 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb3"
def selectorContainer = "#contentblock3 .contents"
  • 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 Changed Start Level and End Level in SM The component should be on the page

  • And First link should be Components

1
assert $("$selector li").getAt(0).text().trim() == "Components"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.15. Functionality of Component with Changed Start Level and End Level in MD PASS

Result: PASS Time: 1.673 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb3"
def selectorContainer = "#contentblock3 .contents"
  • 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 Changed Start Level and End Level in MD The component should be on the page

  • And First link should be Components

1
assert $("$selector li").getAt(0).text().trim() == "Components"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.16. Functionality of Component with Changed Start Level and End Level in LG PASS

Result: PASS Time: 1.932 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb3"
def selectorContainer = "#contentblock3 .contents"
  • 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 Changed Start Level and End Level in LG The component should be on the page

  • And First link should be Components

1
assert $("$selector li").getAt(0).text().trim() == "Components"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.17. Functionality of Component with Changed Start Level and End Level in XLG PASS

Result: PASS Time: 2.056 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb3"
def selectorContainer = "#contentblock3 .contents"
  • 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 Changed Start Level and End Level in XLG The component should be on the page

  • And First link should be Components

1
assert $("$selector li").getAt(0).text().trim() == "Components"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.18. Functionality of Component with Changed Start Level and End Level in XXLG PASS

Result: PASS Time: 2.297 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb3"
def selectorContainer = "#contentblock3 .contents"
  • 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 Changed Start Level and End Level in XXLG The component should be on the page

  • And First link should be Components

1
assert $("$selector li").getAt(0).text().trim() == "Components"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.19. Functionality of Component with Show hidden in XS PASS

Result: PASS Time: 1.591 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb4"
def selectorContainer = "#contentblock4 .contents"
  • 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 Show hidden in XS The component should be on the page

  • And First link should be English

1
assert $("$selector li").getAt(0).text().trim() == "English"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.20. Functionality of Component with Show hidden in SM PASS

Result: PASS Time: 1.663 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb4"
def selectorContainer = "#contentblock4 .contents"
  • 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 Show hidden in SM The component should be on the page

  • And First link should be English

1
assert $("$selector li").getAt(0).text().trim() == "English"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.21. Functionality of Component with Show hidden in MD PASS

Result: PASS Time: 1.648 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb4"
def selectorContainer = "#contentblock4 .contents"
  • 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 Show hidden in MD The component should be on the page

  • And First link should be English

1
assert $("$selector li").getAt(0).text().trim() == "English"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.22. Functionality of Component with Show hidden in LG PASS

Result: PASS Time: 1.853 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb4"
def selectorContainer = "#contentblock4 .contents"
  • 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 Show hidden in LG The component should be on the page

  • And First link should be English

1
assert $("$selector li").getAt(0).text().trim() == "English"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.23. Functionality of Component with Show hidden in XLG PASS

Result: PASS Time: 1.999 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb4"
def selectorContainer = "#contentblock4 .contents"
  • 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 Show hidden in XLG The component should be on the page

  • And First link should be English

1
assert $("$selector li").getAt(0).text().trim() == "English"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where:

2.24. Functionality of Component with Show hidden in XXLG PASS

Result: PASS Time: 2.272 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#breadcrumb4"
def selectorContainer = "#contentblock4 .contents"
  • 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 Show hidden in XXLG The component should be on the page

  • And First link should be English

1
assert $("$selector li").getAt(0).text().trim() == "English"
  • And Last link should be Layout

1
assert $("$selector li").getAt($("$selector li").size()-1).text().trim() == "Layout"
  • Where: