created on Thu Aug 12 17:58:51 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

6

100.0%

20.212 seconds

0

0

0

2. Features

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

Result: PASS Time: 3.236 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: 3.120 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: 3.231 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: 3.314 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: 3.113 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: 3.237 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