created on Wed Sep 15 01:27:31 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

6

100.0%

14.063 seconds

0

0

0

2. Features

2.1. Appearance of Component with Default variant and Default Badge in LG PASS

Result: PASS Time: 2.220 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist1"
  • 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

contactlist contactlist1 LG 0

  • Where: Browser size width: 1366 and height: 1024

2.2. Appearance of Component with Card Action with Icon, Title, Category and Description in LG PASS

Result: PASS Time: 2.191 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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

contactlist contactlist2 LG 0

  • Where: Browser size width: 1366 and height: 1024

2.3. Appearance of Component with Card Action with Image, Title, Category and Description in LG PASS

Result: PASS Time: 2.466 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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

contactlist contactlist3 LG 0

  • Where: Browser size width: 1366 and height: 1024

2.4. Appearance of Component with Card with Icon, Title, Category, Description and Action in LG PASS

Result: PASS Time: 2.165 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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

contactlist contactlist4 LG 0

  • Where: Browser size width: 1366 and height: 1024

2.5. Appearance of Component with Card with Image, Title, Category, Description and Action in LG PASS

Result: PASS Time: 2.134 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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

contactlist contactlist5 LG 0

  • Where: Browser size width: 1366 and height: 1024

2.6. Appearance of Component with Card with Image, Title, Category, Description and Action with Pagination in LG PASS

Result: PASS Time: 2.164 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist6"
  • 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

contactlist contactlist6 LG 0

  • Where: Browser size width: 1366 and height: 1024