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

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

17.147 seconds

1

0

3

2. Features

2.1. Appearance of text alignment left on LG FAILURE

Result: FAILURE Time: 15.783 seconds

  • Given: >I am on the guidelines DLS page

  • And >the guidelines content is on the DLS page

1
def selector = "#contentblock_left_text_align_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)
|                |
|                #contentblock_left_text_align_component
geb.waiting.WaitTimeoutException: condition did not pass in 15.0 seconds

2.2. Appearance of text alignment center 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 = "#contentblock_center_text_align_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.3. Appearance of text alignment right 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 = "#contentblock_right_text_align_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