created on Fri Nov 08 01:43:29 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

24

100.0%

42.089 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.614 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor1"
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().startsWith("Administrator")
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.531 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor1"
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().startsWith("Administrator")
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.536 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor1"
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().startsWith("Administrator")
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.768 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor1"
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().startsWith("Administrator")
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.922 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor1"
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().startsWith("Administrator")
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.082 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor1"
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().startsWith("Administrator")
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 Variant: Simple in XS PASS

Result: PASS Time: 1.458 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor2"
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().startsWith("Administrator")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple in XS Should have sample content

  • Where:

2.8. Functionality of Component Variant: Simple in SM PASS

Result: PASS Time: 1.459 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor2"
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().startsWith("Administrator")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple in SM Should have sample content

  • Where:

2.9. Functionality of Component Variant: Simple in MD PASS

Result: PASS Time: 1.515 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor2"
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().startsWith("Administrator")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple in MD Should have sample content

  • Where:

2.10. Functionality of Component Variant: Simple in LG PASS

Result: PASS Time: 1.639 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor2"
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().startsWith("Administrator")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple in LG Should have sample content

  • Where:

2.11. Functionality of Component Variant: Simple in XLG PASS

Result: PASS Time: 1.845 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor2"
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().startsWith("Administrator")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple in XLG Should have sample content

  • Where:

2.12. Functionality of Component Variant: Simple in XXLG PASS

Result: PASS Time: 2.038 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pageauthor2"
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().startsWith("Administrator")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple in XXLG Should have sample content

  • Where:

2.13. Functionality of Component Variant: Default with Override in XS PASS

Result: PASS Time: 1.397 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default with Override in XS Should have sample content

  • Where:

2.14. Functionality of Component Variant: Default with Override in SM PASS

Result: PASS Time: 1.412 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default with Override in SM Should have sample content

  • Where:

2.15. Functionality of Component Variant: Default with Override in MD PASS

Result: PASS Time: 1.483 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default with Override in MD Should have sample content

  • Where:

2.16. Functionality of Component Variant: Default with Override in LG PASS

Result: PASS Time: 1.655 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default with Override in LG Should have sample content

  • Where:

2.17. Functionality of Component Variant: Default with Override in XLG PASS

Result: PASS Time: 1.829 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default with Override in XLG Should have sample content

  • Where:

2.18. Functionality of Component Variant: Default with Override in XXLG PASS

Result: PASS Time: 2.124 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default with Override in XXLG Should have sample content

  • Where:

2.19. Functionality of Component Variant: Simple with Override in XS PASS

Result: PASS Time: 1.391 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple with Override in XS Should have sample content

  • Where:

2.20. Functionality of Component Variant: Simple with Override in SM PASS

Result: PASS Time: 1.430 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple with Override in SM Should have sample content

  • Where:

2.21. Functionality of Component Variant: Simple with Override in MD PASS

Result: PASS Time: 1.554 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple with Override in MD Should have sample content

  • Where:

2.22. Functionality of Component Variant: Simple with Override in LG PASS

Result: PASS Time: 1.684 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple with Override in LG Should have sample content

  • Where:

2.23. Functionality of Component Variant: Simple with Override in XLG PASS

Result: PASS Time: 1.875 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple with Override in XLG Should have sample content

  • Where:

2.24. Functionality of Component Variant: Simple with Override in XXLG PASS

Result: PASS Time: 2.152 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
assert $(selector).text().trim().startsWith("Author Full Name")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Simple with Override in XXLG Should have sample content

  • Where: