created on Thu Aug 12 18:07:20 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

5.701 seconds

1

0

5

2. Features

2.1. Appearance of Component Variant: Default IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia1"
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)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.2. Appearance of Component Variant: Default with YouTube IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia2"
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)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.3. Appearance of Component Variant: Default with Kaltura IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia3"
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)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.4. Online Media: Appearance of Component Variant: IFrame with Youtube Video in LG FAILURE

Result: FAILURE Time: 4.674 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
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)
  • Then It should match the 1366 by 1024 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents LG 0

Current

onlinemedia contentblock4 .contents LG 0

Diff

onlinemedia contentblock4 .contents LG 0.diff

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

The following problems occurred:
Condition failed with Exception:

designRef(selectorContainer)
|         |
|         #contentblock4 .contents
java.lang.Error: Design reference does not match current layout.

2.5. Appearance of Component Variant: IFrame with Vimeo Video IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .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)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height