created on Fri Nov 08 00:34:25 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

18

100.0%

1 minutes, 30.135 seconds

0

0

0

2. Features

2.1. Appearance of Component Variant: Inline with Share Tool Box in XS PASS

Result: PASS Time: 12.495 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selector)
Source

sharebutton atstbx XS 0

Current

sharebutton atstbx XS 0

Diff

sharebutton atstbx XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.2. Appearance of Component Variant: Inline with Share Tool Box in SM PASS

Result: PASS Time: 4.157 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selector)
Source

sharebutton atstbx SM 0

Current

sharebutton atstbx SM 0

Diff

sharebutton atstbx SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.3. Appearance of Component Variant: Inline with Share Tool Box in MD PASS

Result: PASS Time: 3.743 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selector)
Source

sharebutton atstbx MD 0

Current

sharebutton atstbx MD 0

Diff

sharebutton atstbx MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.4. Appearance of Component Variant: Inline with Share Tool Box in LG PASS

Result: PASS Time: 3.746 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selector)
Source

sharebutton atstbx LG 0

Current

sharebutton atstbx LG 0

Diff

sharebutton atstbx LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.5. Appearance of Component Variant: Inline with Share Tool Box in XLG PASS

Result: PASS Time: 4.167 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selector)
Source

sharebutton atstbx XLG 0

Current

sharebutton atstbx XLG 0

Diff

sharebutton atstbx XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.6. Appearance of Component Variant: Inline with Share Tool Box in XXLG PASS

Result: PASS Time: 4.706 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selector)
Source

sharebutton atstbx XXLG 0

Current

sharebutton atstbx XXLG 0

Diff

sharebutton atstbx XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.7. Appearance of Component Variant: Inline with Follow Tool Box in XS PASS

Result: PASS Time: 3.213 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 320 and height: 480 reference image.

1
designRef("#atftbx")
Source

sharebutton atftbx XS 0

Current

sharebutton atftbx XS 0

Diff

sharebutton atftbx XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.8. Appearance of Component Variant: Inline with Follow Tool Box in SM PASS

Result: PASS Time: 3.166 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 640 and height: 480 reference image.

1
designRef("#atftbx")
Source

sharebutton atftbx SM 0

Current

sharebutton atftbx SM 0

Diff

sharebutton atftbx SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.9. Appearance of Component Variant: Inline with Follow Tool Box in MD PASS

Result: PASS Time: 3.353 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1024 and height: 768 reference image.

1
designRef("#atftbx")
Source

sharebutton atftbx MD 0

Current

sharebutton atftbx MD 0

Diff

sharebutton atftbx MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.10. Appearance of Component Variant: Inline with Follow Tool Box in LG PASS

Result: PASS Time: 3.637 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef("#atftbx")
Source

sharebutton atftbx LG 0

Current

sharebutton atftbx LG 0

Diff

sharebutton atftbx LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.11. Appearance of Component Variant: Inline with Follow Tool Box in XLG PASS

Result: PASS Time: 4.005 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef("#atftbx")
Source

sharebutton atftbx XLG 0

Current

sharebutton atftbx XLG 0

Diff

sharebutton atftbx XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.12. Appearance of Component Variant: Inline with Follow Tool Box in XXLG PASS

Result: PASS Time: 4.565 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef("#atftbx")
Source

sharebutton atftbx XXLG 0

Current

sharebutton atftbx XXLG 0

Diff

sharebutton atftbx XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.13. Appearance of Component Variant: Inline with Tip Jar in XS PASS

Result: PASS Time: 3.065 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selector)
Source

sharebutton attj XS 0

Current

sharebutton attj XS 0

Diff

sharebutton attj XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.14. Appearance of Component Variant: Inline with Tip Jar in SM PASS

Result: PASS Time: 3.046 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selector)
Source

sharebutton attj SM 0

Current

sharebutton attj SM 0

Diff

sharebutton attj SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.15. Appearance of Component Variant: Inline with Tip Jar in MD PASS

Result: PASS Time: 3.303 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selector)
Source

sharebutton attj MD 0

Current

sharebutton attj MD 0

Diff

sharebutton attj MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.16. Appearance of Component Variant: Inline with Tip Jar in LG PASS

Result: PASS Time: 3.488 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selector)
Source

sharebutton attj LG 0

Current

sharebutton attj LG 0

Diff

sharebutton attj LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.17. Appearance of Component Variant: Inline with Tip Jar in XLG PASS

Result: PASS Time: 3.985 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selector)
Source

sharebutton attj XLG 0

Current

sharebutton attj XLG 0

Diff

sharebutton attj XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.18. Appearance of Component Variant: Inline with Tip Jar in XXLG PASS

Result: PASS Time: 4.597 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear 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;")
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selector)
Source

sharebutton attj XXLG 0

Current

sharebutton attj XXLG 0

Diff

sharebutton attj XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440