created on Thu Aug 12 18:09:15 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

16.944 seconds

1

0

5

2. Features

2.1. Appearance of headings on LG FAILURE

Result: FAILURE Time: 15.782 seconds

  • Given: >I am on the guidelines DLS page

  • And >the guidelines content is on the DLS page

1
def selector = "#typography_headings_component"
  • When I am on the guidelines DLS page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The guidelines 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)
|                |
|                #typography_headings_component
geb.waiting.WaitTimeoutException: condition did not pass in 15.0 seconds

2.2. Appearance of text IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the guidelines DLS page

  • And >the guidelines content is on the DLS page

1
def selector = "#typography_text_component"
  • When I am on the guidelines DLS page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The guidelines 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

Result: IGNORED Time: 0

URL:

  • Given: >I am on the guidelines DLS page

  • And >the guidelines content is on the DLS page

1
def selector = "#typography_link_component"
  • When I am on the guidelines DLS page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The guidelines 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 unordered list IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the guidelines DLS page

  • And >the guidelines content is on the DLS page

1
def selector = "#typography_lists_unordered_component"
  • When I am on the guidelines DLS page

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

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

1
designRef("${selector} ul")
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.5. Appearance of ordered list IGNORED

Result: IGNORED Time: 0

URL:

  • Given: >I am on the guidelines DLS page

  • And >the guidelines content is on the DLS page

1
def selector = "#typography_lists_ordered_component"
  • When I am on the guidelines DLS page

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

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

1
designRef("${selector} ol")
  • Where: Browser size width: #viewport.width and height: #viewport.height