created on Fri Nov 08 00:35:56 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

1 minutes, 30.223 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default loads non-inline elements in XS PASS

Result: PASS Time: 1.837 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.2. Functionality of Component Variant: Default loads non-inline elements in SM PASS

Result: PASS Time: 1.578 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.3. Functionality of Component Variant: Default loads non-inline elements in MD PASS

Result: PASS Time: 1.803 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.4. Functionality of Component Variant: Default loads non-inline elements in LG PASS

Result: PASS Time: 1.630 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.5. Functionality of Component Variant: Default loads non-inline elements in XLG PASS

Result: PASS Time: 1.747 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.6. Functionality of Component Variant: Default loads non-inline elements in XXLG PASS

Result: PASS Time: 1.972 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.7. Functionality of Component Variant: Inline with Share Tool Box in XS PASS

Result: PASS Time: 2.388 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XS Should have embeded component

  • Where:

2.8. Functionality of Component Variant: Inline with Share Tool Box in SM PASS

Result: PASS Time: 2.554 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in SM Should have embeded component

  • Where:

2.9. Functionality of Component Variant: Inline with Share Tool Box in MD PASS

Result: PASS Time: 2.580 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in MD Should have embeded component

  • Where:

2.10. Functionality of Component Variant: Inline with Share Tool Box in LG PASS

Result: PASS Time: 2.614 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in LG Should have embeded component

  • Where:

2.11. Functionality of Component Variant: Inline with Share Tool Box in XLG PASS

Result: PASS Time: 2.871 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XLG Should have embeded component

  • Where:

2.12. Functionality of Component Variant: Inline with Share Tool Box in XXLG PASS

Result: PASS Time: 2.981 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XXLG Should have embeded component

  • Where:

2.13. Functionality of Component Variant: Inline with Follow Tool Box in XS PASS

Result: PASS Time: 2.362 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XS Should have embeded component

  • Where:

2.14. Functionality of Component Variant: Inline with Follow Tool Box in SM PASS

Result: PASS Time: 2.370 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in SM Should have embeded component

  • Where:

2.15. Functionality of Component Variant: Inline with Follow Tool Box in MD PASS

Result: PASS Time: 2.445 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in MD Should have embeded component

  • Where:

2.16. Functionality of Component Variant: Inline with Follow Tool Box in LG PASS

Result: PASS Time: 2.570 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in LG Should have embeded component

  • Where:

2.17. Functionality of Component Variant: Inline with Follow Tool Box in XLG PASS

Result: PASS Time: 2.819 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XLG Should have embeded component

  • Where:

2.18. Functionality of Component Variant: Inline with Follow Tool Box in XXLG PASS

Result: PASS Time: 3.112 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XXLG Should have embeded component

  • Where:

2.19. Functionality of Component Variant: Inline with Tip Jar in XS PASS

Result: PASS Time: 2.465 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XS Should have embeded component

  • Where:

2.20. Functionality of Component Variant: Inline with Tip Jar in SM PASS

Result: PASS Time: 2.389 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in SM Should have embeded component

  • Where:

2.21. Functionality of Component Variant: Inline with Tip Jar in MD PASS

Result: PASS Time: 2.445 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in MD Should have embeded component

  • Where:

2.22. Functionality of Component Variant: Inline with Tip Jar in LG PASS

Result: PASS Time: 2.576 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in LG Should have embeded component

  • Where:

2.23. Functionality of Component Variant: Inline with Tip Jar in XLG PASS

Result: PASS Time: 2.810 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XLG Should have embeded component

  • Where:

2.24. Functionality of Component Variant: Inline with Tip Jar in XXLG PASS

Result: PASS Time: 3.175 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XXLG Should have embeded component

  • Where:

Result: PASS Time: 1.900 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.897 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.987 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.015 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.177 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.564 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

2.31. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 2.095 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XS Should have embeded component

  • Where:

2.32. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 2.232 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in SM Should have embeded component

  • Where:

2.33. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 2.891 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in MD Should have embeded component

  • Where:

2.34. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 3.113 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in LG Should have embeded component

  • Where:

2.35. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 3.332 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XLG Should have embeded component

  • Where:

2.36. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 3.589 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XXLG Should have embeded component

  • Where: