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

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

1.378 seconds

0

0

1

2. Features

2.1. Appearance of Component Variant: Default IGNORED

Result: IGNORED Time: 0

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#tooltip1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the #viewport.width and height: #viewport.height reference image.

1
designRef(selector)
  • Where: