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

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

12

100.0%

22.062 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.540 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Properties Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription1"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Page Properties Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XS Should have sample content

  • Where:

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 1.477 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Properties Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription1"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Page Properties Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in SM Should have sample content

  • Where:

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 1.555 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Properties Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription1"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Page Properties Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in MD Should have sample content

  • Where:

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 1.659 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Properties Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription1"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Page Properties Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in LG Should have sample content

  • Where:

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 1.877 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Properties Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription1"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Page Properties Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XLG Should have sample content

  • Where:

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 2.127 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Properties Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription1"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Page Properties Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XXLG Should have sample content

  • Where:

2.7. Functionality of Component with Override in XS PASS

Result: PASS Time: 1.526 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription2"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Override of Page Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component with Override in XS Should have sample content

  • Where:

2.8. Functionality of Component with Override in SM PASS

Result: PASS Time: 1.455 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription2"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Override of Page Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component with Override in SM Should have sample content

  • Where:

2.9. Functionality of Component with Override in MD PASS

Result: PASS Time: 1.555 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription2"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Override of Page Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component with Override in MD Should have sample content

  • Where:

2.10. Functionality of Component with Override in LG PASS

Result: PASS Time: 1.682 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription2"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Override of Page Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component with Override in LG Should have sample content

  • Where:

2.11. Functionality of Component with Override in XLG PASS

Result: PASS Time: 1.867 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription2"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Override of Page Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component with Override in XLG Should have sample content

  • Where:

2.12. Functionality of Component with Override in XXLG PASS

Result: PASS Time: 2.146 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Page Description"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagedescription2"
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
def component = waitForComponent(selector)
  • And Should have sample text

1
2
assert $(selector).text().trim().equalsIgnoreCase("Override of Page Description")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component with Override in XXLG Should have sample content

  • Where: