created on Wed Sep 15 01:25:06 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

4

100.0%

8.091 seconds

0

0

0

2. Features

2.1. Appearance of Component in LG PASS

Result: PASS Time: 1.828 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock1"
  • 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 1366 by 1024 reference image.

1
designRef(selector)
Source

contentblock1 contentblock1 LG 0

  • Where:

2.2. Appearance of Component with Background in LG PASS

Result: PASS Time: 1.851 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock8"
  • 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 1366 by 1024 reference image.

1
designRef(selector)
Source

contentblock1 contentblock8 LG 0

  • Where:

2.3. Appearance of Component with Background Video in LG PASS

Result: PASS Time: 1.868 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock9"
  • 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 1366 by 1024 reference image.

1
2
3
assert js.exec( "\$(\"$selector video\")[0].pause(); return true;")
assert js.exec( "\$(\"$selector video\")[0].currentTime=2; return true;")
designRef(selector)
Source

contentblock1 contentblock9 LG 0

  • Where:

2.4. Appearance of Component with Background using Image Option using Manual MediaQuery with Rendition in LG PASS

Result: PASS Time: 1.833 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock12"
  • 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 1366 by 1024 reference image.

1
designRef(selector)
Source

contentblock1 contentblock12 LG 0

  • Where: