created on Fri Nov 08 00:40:32 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

6

100.0%

19.667 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.808 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#video1"
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} video source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XS Should have sample content

  • And Should have sample content loaded

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

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

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 2.005 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#video1"
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} video source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in SM Should have sample content

  • And Should have sample content loaded

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

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

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 3.129 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#video1"
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} video source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in MD Should have sample content

  • And Should have sample content loaded

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

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

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 3.257 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#video1"
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} video source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in LG Should have sample content

  • And Should have sample content loaded

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

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

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 3.734 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#video1"
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} video source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XLG Should have sample content

  • And Should have sample content loaded

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

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

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 4.272 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#video1"
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} video source").attr("src").contains("/FishTank.mp4")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XXLG Should have sample content

  • And Should have sample content loaded

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

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