created on Fri Nov 08 01:06:26 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

18

100.0%

40.233 seconds

0

0

0

2. Features

2.1. Functionality of Component Menu Source: Page in XS PASS

Result: PASS Time: 2.056 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu1"
  • 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 Menu Source Page in XS The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked"
  • Where:

2.2. Functionality of Component Menu Source: Page in SM PASS

Result: PASS Time: 1.953 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu1"
  • 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 Menu Source Page in SM The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked"
  • Where:

2.3. Functionality of Component Menu Source: Page in MD PASS

Result: PASS Time: 2.155 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu1"
  • 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 Menu Source Page in MD The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked"
  • Where:

2.4. Functionality of Component Menu Source: Page in LG PASS

Result: PASS Time: 2.142 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu1"
  • 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 Menu Source Page in LG The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked"
  • Where:

2.5. Functionality of Component Menu Source: Page in XLG PASS

Result: PASS Time: 2.327 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu1"
  • 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 Menu Source Page in XLG The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked"
  • Where:

2.6. Functionality of Component Menu Source: Page in XXLG PASS

Result: PASS Time: 2.644 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu1"
  • 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 Menu Source Page in XXLG The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked"
  • Where:

2.7. Functionality of Component Menu Source: Page in XS PASS

Result: PASS Time: 1.871 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu2"
  • 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 Menu Source Page in XS The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked Nested"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked Nested"
  • Where:

2.8. Functionality of Component Menu Source: Page in SM PASS

Result: PASS Time: 1.930 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu2"
  • 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 Menu Source Page in SM The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked Nested"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked Nested"
  • Where:

2.9. Functionality of Component Menu Source: Page in MD PASS

Result: PASS Time: 1.993 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu2"
  • 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 Menu Source Page in MD The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked Nested"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked Nested"
  • Where:

2.10. Functionality of Component Menu Source: Page in LG PASS

Result: PASS Time: 2.134 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu2"
  • 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 Menu Source Page in LG The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked Nested"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked Nested"
  • Where:

2.11. Functionality of Component Menu Source: Page in XLG PASS

Result: PASS Time: 2.204 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu2"
  • 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 Menu Source Page in XLG The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked Nested"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked Nested"
  • Where:

2.12. Functionality of Component Menu Source: Page in XXLG PASS

Result: PASS Time: 2.586 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu2"
  • 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 Menu Source Page in XXLG The component should be on the page

  • And Should have first link with Section Locked

1
assert $("$selector a")[0].getAttribute("innerText") == "Section Locked Nested"
  • And Should have second link with Container Unlocked

1
assert $("$selector a")[1].getAttribute("innerText") == "Container Unlocked Nested"
  • Where:

2.13. Functionality of Content Block Menu in Content Block in XS PASS

Result: PASS Time: 1.846 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu13"
  • 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 Content Block Menu in Content Block in XS The component should be on the page

  • And Should have sample text from the first content block title

1
assert $("$selector a")[0].getAttribute("innerText") == "Content Block Test 1"
  • And Should have sample text from the second content block title

1
assert $("$selector a")[1].getAttribute("innerText") == "Content Block Test 2"
  • Where:

2.14. Functionality of Content Block Menu in Content Block in SM PASS

Result: PASS Time: 1.846 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu13"
  • 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 Content Block Menu in Content Block in SM The component should be on the page

  • And Should have sample text from the first content block title

1
assert $("$selector a")[0].getAttribute("innerText") == "Content Block Test 1"
  • And Should have sample text from the second content block title

1
assert $("$selector a")[1].getAttribute("innerText") == "Content Block Test 2"
  • Where:

2.15. Functionality of Content Block Menu in Content Block in MD PASS

Result: PASS Time: 1.891 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu13"
  • 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 Content Block Menu in Content Block in MD The component should be on the page

  • And Should have sample text from the first content block title

1
assert $("$selector a")[0].getAttribute("innerText") == "Content Block Test 1"
  • And Should have sample text from the second content block title

1
assert $("$selector a")[1].getAttribute("innerText") == "Content Block Test 2"
  • Where:

2.16. Functionality of Content Block Menu in Content Block in LG PASS

Result: PASS Time: 2.138 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu13"
  • 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 Content Block Menu in Content Block in LG The component should be on the page

  • And Should have sample text from the first content block title

1
assert $("$selector a")[0].getAttribute("innerText") == "Content Block Test 1"
  • And Should have sample text from the second content block title

1
assert $("$selector a")[1].getAttribute("innerText") == "Content Block Test 2"
  • Where:

2.17. Functionality of Content Block Menu in Content Block in XLG PASS

Result: PASS Time: 2.304 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu13"
  • 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 Content Block Menu in Content Block in XLG The component should be on the page

  • And Should have sample text from the first content block title

1
assert $("$selector a")[0].getAttribute("innerText") == "Content Block Test 1"
  • And Should have sample text from the second content block title

1
assert $("$selector a")[1].getAttribute("innerText") == "Content Block Test 2"
  • Where:

2.18. Functionality of Content Block Menu in Content Block in XXLG PASS

Result: PASS Time: 2.522 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblockmenu13"
  • 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 Content Block Menu in Content Block in XXLG The component should be on the page

  • And Should have sample text from the first content block title

1
assert $("$selector a")[0].getAttribute("innerText") == "Content Block Test 1"
  • And Should have sample text from the second content block title

1
assert $("$selector a")[1].getAttribute("innerText") == "Content Block Test 2"
  • Where: