created on Fri Nov 08 01:27:41 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

6

100.0%

8.845 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.113 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
2
def selector = "#tooltip1"
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 Has sample title

1
assert $("${selector}").attr("data-title").equals("Tool Tip Text")
  • And Has sample description

1
assert $("${selector}").attr("data-description").equals("Tool Tip Description")
  • Where:

2.2. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 1.184 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
2
def selector = "#tooltip1"
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 Has sample title

1
assert $("${selector}").attr("data-title").equals("Tool Tip Text")
  • And Has sample description

1
assert $("${selector}").attr("data-description").equals("Tool Tip Description")
  • Where:

2.3. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 1.114 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
2
def selector = "#tooltip1"
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 Has sample title

1
assert $("${selector}").attr("data-title").equals("Tool Tip Text")
  • And Has sample description

1
assert $("${selector}").attr("data-description").equals("Tool Tip Description")
  • Where:

2.4. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 1.256 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
2
def selector = "#tooltip1"
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 Has sample title

1
assert $("${selector}").attr("data-title").equals("Tool Tip Text")
  • And Has sample description

1
assert $("${selector}").attr("data-description").equals("Tool Tip Description")
  • Where:

2.5. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 1.242 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
2
def selector = "#tooltip1"
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 Has sample title

1
assert $("${selector}").attr("data-title").equals("Tool Tip Text")
  • And Has sample description

1
assert $("${selector}").attr("data-description").equals("Tool Tip Description")
  • Where:

2.6. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 1.418 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
2
def selector = "#tooltip1"
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 Has sample title

1
assert $("${selector}").attr("data-title").equals("Tool Tip Text")
  • And Has sample description

1
assert $("${selector}").attr("data-description").equals("Tool Tip Description")
  • Where: