created on Fri Nov 08 01:24:33 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

6

100.0%

11.960 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.562 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#embedsource1"
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)
  • And Should have sample content

1
2
assert $(selector).text().trim().startsWith("visible text changed with embeded css")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XS Should have sample content

  • And Custom embed style should apply to element

1
$("${selector} .embed.custom.style").jquery.css("color") == "rgb(255, 0, 0)"
  • And Custom embed script should apply to element

1
$("${selector} .embed.custom.js.hidden").css("display") == "block"
  • Where:

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 1.495 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#embedsource1"
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)
  • And Should have sample content

1
2
assert $(selector).text().trim().startsWith("visible text changed with embeded css")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in SM Should have sample content

  • And Custom embed style should apply to element

1
$("${selector} .embed.custom.style").jquery.css("color") == "rgb(255, 0, 0)"
  • And Custom embed script should apply to element

1
$("${selector} .embed.custom.js.hidden").css("display") == "block"
  • Where:

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 1.580 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#embedsource1"
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)
  • And Should have sample content

1
2
assert $(selector).text().trim().startsWith("visible text changed with embeded css")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in MD Should have sample content

  • And Custom embed style should apply to element

1
$("${selector} .embed.custom.style").jquery.css("color") == "rgb(255, 0, 0)"
  • And Custom embed script should apply to element

1
$("${selector} .embed.custom.js.hidden").css("display") == "block"
  • Where:

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 1.676 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#embedsource1"
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)
  • And Should have sample content

1
2
assert $(selector).text().trim().startsWith("visible text changed with embeded css")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in LG Should have sample content

  • And Custom embed style should apply to element

1
$("${selector} .embed.custom.style").jquery.css("color") == "rgb(255, 0, 0)"
  • And Custom embed script should apply to element

1
$("${selector} .embed.custom.js.hidden").css("display") == "block"
  • Where:

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 1.973 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#embedsource1"
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)
  • And Should have sample content

1
2
assert $(selector).text().trim().startsWith("visible text changed with embeded css")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XLG Should have sample content

  • And Custom embed style should apply to element

1
$("${selector} .embed.custom.style").jquery.css("color") == "rgb(255, 0, 0)"
  • And Custom embed script should apply to element

1
$("${selector} .embed.custom.js.hidden").css("display") == "block"
  • Where:

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 2.172 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#embedsource1"
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)
  • And Should have sample content

1
2
assert $(selector).text().trim().startsWith("visible text changed with embeded css")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in XXLG Should have sample content

  • And Custom embed style should apply to element

1
$("${selector} .embed.custom.style").jquery.css("color") == "rgb(255, 0, 0)"
  • And Custom embed script should apply to element

1
$("${selector} .embed.custom.js.hidden").css("display") == "block"
  • Where: