created on Fri Nov 08 01:49:36 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

12

100.0%

20.316 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.894 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details1"
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)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component Variant Default in XS The component should be on the page

  • And Should have sample heading

1
assert $("$selector h1").text().trim().toLowerCase().contains("Location Detail 1".toLowerCase())
  • And Should have data attribute latitude

1
assert $(selector).attr("data-latitude") == "10.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-longitude") == "12.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-pages") != ""
  • Where:

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 1.595 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details1"
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)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component Variant Default in SM The component should be on the page

  • And Should have sample heading

1
assert $("$selector h1").text().trim().toLowerCase().contains("Location Detail 1".toLowerCase())
  • And Should have data attribute latitude

1
assert $(selector).attr("data-latitude") == "10.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-longitude") == "12.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-pages") != ""
  • Where:

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 1.781 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details1"
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)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component Variant Default in MD The component should be on the page

  • And Should have sample heading

1
assert $("$selector h1").text().trim().toLowerCase().contains("Location Detail 1".toLowerCase())
  • And Should have data attribute latitude

1
assert $(selector).attr("data-latitude") == "10.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-longitude") == "12.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-pages") != ""
  • Where:

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 1.906 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details1"
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)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component Variant Default in LG The component should be on the page

  • And Should have sample heading

1
assert $("$selector h1").text().trim().toLowerCase().contains("Location Detail 1".toLowerCase())
  • And Should have data attribute latitude

1
assert $(selector).attr("data-latitude") == "10.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-longitude") == "12.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-pages") != ""
  • Where:

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 2.031 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details1"
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)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component Variant Default in XLG The component should be on the page

  • And Should have sample heading

1
assert $("$selector h1").text().trim().toLowerCase().contains("Location Detail 1".toLowerCase())
  • And Should have data attribute latitude

1
assert $(selector).attr("data-latitude") == "10.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-longitude") == "12.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-pages") != ""
  • Where:

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 2.356 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details1"
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)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component Variant Default in XXLG The component should be on the page

  • And Should have sample heading

1
assert $("$selector h1").text().trim().toLowerCase().contains("Location Detail 1".toLowerCase())
  • And Should have data attribute latitude

1
assert $(selector).attr("data-latitude") == "10.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-longitude") == "12.0"
  • And Should have data attribute latitude

1
assert $(selector).attr("data-pages") != ""
  • Where:

2.7. Functionality of Component Variant: Hidden in XS PASS

Result: PASS Time: 1.077 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details2"
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)
  • And Component should be hidden

1
assert $("${selector}[hidden]").size() == 1
  • Where:

2.8. Functionality of Component Variant: Hidden in SM PASS

Result: PASS Time: 1.094 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details2"
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)
  • And Component should be hidden

1
assert $("${selector}[hidden]").size() == 1
  • Where:

2.9. Functionality of Component Variant: Hidden in MD PASS

Result: PASS Time: 1.171 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details2"
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)
  • And Component should be hidden

1
assert $("${selector}[hidden]").size() == 1
  • Where:

2.10. Functionality of Component Variant: Hidden in LG PASS

Result: PASS Time: 1.250 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details2"
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)
  • And Component should be hidden

1
assert $("${selector}[hidden]").size() == 1
  • Where:

2.11. Functionality of Component Variant: Hidden in XLG PASS

Result: PASS Time: 1.357 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details2"
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)
  • And Component should be hidden

1
assert $("${selector}[hidden]").size() == 1
  • Where:

2.12. Functionality of Component Variant: Hidden in XXLG PASS

Result: PASS Time: 1.453 seconds

  • Given: >the page hierarchy is created as "Components" > "Details" > "Location Details"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#location-details2"
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)
  • And Component should be hidden

1
assert $("${selector}[hidden]").size() == 1
  • Where: