created on Fri Nov 08 01:01:25 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

12

100.0%

21.004 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default with Audio Source in XS PASS

Result: PASS Time: 1.247 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio1"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/recit.mp3")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 320 and height: 480

2.2. Functionality of Component Variant: Default with Audio Source in SM PASS

Result: PASS Time: 1.219 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio1"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/recit.mp3")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 640 and height: 480

2.3. Functionality of Component Variant: Default with Audio Source in MD PASS

Result: PASS Time: 1.424 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio1"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/recit.mp3")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 1024 and height: 768

2.4. Functionality of Component Variant: Default with Audio Source in LG PASS

Result: PASS Time: 1.516 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio1"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/recit.mp3")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 1366 and height: 1024

2.5. Functionality of Component Variant: Default with Audio Source in XLG PASS

Result: PASS Time: 1.930 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio1"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/recit.mp3")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 1920 and height: 1280

2.6. Functionality of Component Variant: Default with Audio Source in XXLG PASS

Result: PASS Time: 2.227 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio1"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/recit.mp3")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 2560 and height: 1440

2.7. Functionality of Component Variant: Default with Video Source in XS PASS

Result: PASS Time: 1.217 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio2"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 320 and height: 480

2.8. Functionality of Component Variant: Default with Video Source in SM PASS

Result: PASS Time: 1.265 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio2"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 640 and height: 480

2.9. Functionality of Component Variant: Default with Video Source in MD PASS

Result: PASS Time: 1.383 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio2"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 1024 and height: 768

2.10. Functionality of Component Variant: Default with Video Source in LG PASS

Result: PASS Time: 1.573 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio2"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 1366 and height: 1024

2.11. Functionality of Component Variant: Default with Video Source in XLG PASS

Result: PASS Time: 1.910 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio2"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 1920 and height: 1280

2.12. Functionality of Component Variant: Default with Video Source in XXLG PASS

Result: PASS Time: 2.204 seconds

  • Given: >the page hierarchy is created as "Components" > "Media" > "Audio"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#audio2"
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
2
def component = waitForComponent(selector)
report("The component should be on the page")
  • And Should have sample content

1
2
assert $("${selector} audio source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

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

  • And Should have sample content loaded

1
assert $("${selector} audio").firstElement().getAttribute("readyState") == "4"
  • And Should have sample content not playing

1
assert js.exec("return \$(\"${selector} audio\")[0].paused == true;")
  • Where: Browser size width: 2560 and height: 1440