created on Thu Aug 12 18:08:23 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

16.771 seconds

1

0

7

2. Features

Result: FAILURE Time: 15.798 seconds

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_default_component"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the 1366 by 1024 reference image.

1
designRef(selector)
  • Where: Browser size width: 1366 and height: 1024

The following problems occurred:
Condition failed with Exception:

waitForComponent(selector)
|                |
|                #link_default_component
geb.waiting.WaitTimeoutException: condition did not pass in 15.0 seconds

Result: IGNORED Time: 0

URL:

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_button_link_component"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.3. Appearance of buttons IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_buttons_wrapper"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.4. Appearance of outline buttons IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_buttons_outline_wrapper"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.5. Appearance of button group IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_button_group_wrapper"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.6. Appearance of button sizes IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_button_sizes_small_wrapper"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.7. Appearance of disabled button IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the components DLS page

  • And >the component content is on the DLS page

1
def selector = "#link_button_disabled_large_component"
  • When I am on the component DLS page

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

1
waitForComponent(selector)
  • Then It should match the #viewport.width by #viewport.height reference image.

1
designRef(selector)
  • Where: Browser size width: #viewport.width and height: #viewport.height