created on Fri Nov 08 01:45:37 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

6

100.0%

11.869 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.484 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#pagedate1"
  • 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 rich text

1
2
assert $(selector).text().trim().startsWith("February 21, 2018")
takeScreenshot($(selector).firstElement(), "Should have sample page date")
Current

Functionality of Component Variant Default in XS Should have sample page date

  • And Should have attribute datetime

1
assert $(selector).attr("datetime").trim().equals("2018-02-21")
  • Where:

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 1.584 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#pagedate1"
  • 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 rich text

1
2
assert $(selector).text().trim().startsWith("February 21, 2018")
takeScreenshot($(selector).firstElement(), "Should have sample page date")
Current

Functionality of Component Variant Default in SM Should have sample page date

  • And Should have attribute datetime

1
assert $(selector).attr("datetime").trim().equals("2018-02-21")
  • Where:

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 1.578 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#pagedate1"
  • 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 rich text

1
2
assert $(selector).text().trim().startsWith("February 21, 2018")
takeScreenshot($(selector).firstElement(), "Should have sample page date")
Current

Functionality of Component Variant Default in MD Should have sample page date

  • And Should have attribute datetime

1
assert $(selector).attr("datetime").trim().equals("2018-02-21")
  • Where:

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 1.696 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#pagedate1"
  • 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 rich text

1
2
assert $(selector).text().trim().startsWith("February 21, 2018")
takeScreenshot($(selector).firstElement(), "Should have sample page date")
Current

Functionality of Component Variant Default in LG Should have sample page date

  • And Should have attribute datetime

1
assert $(selector).attr("datetime").trim().equals("2018-02-21")
  • Where:

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 1.887 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#pagedate1"
  • 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 rich text

1
2
assert $(selector).text().trim().startsWith("February 21, 2018")
takeScreenshot($(selector).firstElement(), "Should have sample page date")
Current

Functionality of Component Variant Default in XLG Should have sample page date

  • And Should have attribute datetime

1
assert $(selector).attr("datetime").trim().equals("2018-02-21")
  • Where:

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 2.053 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#pagedate1"
  • 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 rich text

1
2
assert $(selector).text().trim().startsWith("February 21, 2018")
takeScreenshot($(selector).firstElement(), "Should have sample page date")
Current

Functionality of Component Variant Default in XXLG Should have sample page date

  • And Should have attribute datetime

1
assert $(selector).attr("datetime").trim().equals("2018-02-21")
  • Where: