created on Fri Nov 08 02:32:50 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

2 minutes, 8.876 seconds

0

0

0

2. Features

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

Result: PASS Time: 2.627 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 320 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist1 XS 0

Current

contactlist contactlist1 XS 0

Diff

contactlist contactlist1 XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.2. Appearance of Component with Default variant and Default Badge in SM PASS

Result: PASS Time: 4.247 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 640 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist1 SM 0

Current

contactlist contactlist1 SM 0

Diff

contactlist contactlist1 SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.3. Appearance of Component with Default variant and Default Badge in MD PASS

Result: PASS Time: 2.770 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 1024 and height: 768 reference image.

1
designRef(selector)
Source

contactlist contactlist1 MD 0

Current

contactlist contactlist1 MD 0

Diff

contactlist contactlist1 MD 0.diff

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

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

Result: PASS Time: 2.987 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 and height: 1024 reference image.

1
designRef(selector)
Source

contactlist contactlist1 LG 0

Current

contactlist contactlist1 LG 0

Diff

contactlist contactlist1 LG 0.diff

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

2.5. Appearance of Component with Default variant and Default Badge in XLG PASS

Result: PASS Time: 3.487 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 1920 and height: 1280 reference image.

1
designRef(selector)
Source

contactlist contactlist1 XLG 0

Current

contactlist contactlist1 XLG 0

Diff

contactlist contactlist1 XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.6. Appearance of Component with Default variant and Default Badge in XXLG PASS

Result: PASS Time: 4.028 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 2560 and height: 1440 reference image.

1
designRef(selector)
Source

contactlist contactlist1 XXLG 0

Current

contactlist contactlist1 XXLG 0

Diff

contactlist contactlist1 XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.7. Appearance of Component with Card Action with Icon, Title, Category and Description in XS PASS

Result: PASS Time: 2.533 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 320 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist2 XS 0

Current

contactlist contactlist2 XS 0

Diff

contactlist contactlist2 XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.8. Appearance of Component with Card Action with Icon, Title, Category and Description in SM PASS

Result: PASS Time: 2.690 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 640 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist2 SM 0

Current

contactlist contactlist2 SM 0

Diff

contactlist contactlist2 SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.9. Appearance of Component with Card Action with Icon, Title, Category and Description in MD PASS

Result: PASS Time: 3.051 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 1024 and height: 768 reference image.

1
designRef(selector)
Source

contactlist contactlist2 MD 0

Current

contactlist contactlist2 MD 0

Diff

contactlist contactlist2 MD 0.diff

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

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

Result: PASS Time: 3.478 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 and height: 1024 reference image.

1
designRef(selector)
Source

contactlist contactlist2 LG 0

Current

contactlist contactlist2 LG 0

Diff

contactlist contactlist2 LG 0.diff

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

2.11. Appearance of Component with Card Action with Icon, Title, Category and Description in XLG PASS

Result: PASS Time: 3.942 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 1920 and height: 1280 reference image.

1
designRef(selector)
Source

contactlist contactlist2 XLG 0

Current

contactlist contactlist2 XLG 0

Diff

contactlist contactlist2 XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.12. Appearance of Component with Card Action with Icon, Title, Category and Description in XXLG PASS

Result: PASS Time: 4.372 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 2560 and height: 1440 reference image.

1
designRef(selector)
Source

contactlist contactlist2 XXLG 0

Current

contactlist contactlist2 XXLG 0

Diff

contactlist contactlist2 XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.13. Appearance of Component with Card Action with Image, Title, Category and Description in XS PASS

Result: PASS Time: 2.630 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 320 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist3 XS 0

Current

contactlist contactlist3 XS 0

Diff

contactlist contactlist3 XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.14. Appearance of Component with Card Action with Image, Title, Category and Description in SM PASS

Result: PASS Time: 2.866 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 640 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist3 SM 0

Current

contactlist contactlist3 SM 0

Diff

contactlist contactlist3 SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.15. Appearance of Component with Card Action with Image, Title, Category and Description in MD PASS

Result: PASS Time: 3.488 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 1024 and height: 768 reference image.

1
designRef(selector)
Source

contactlist contactlist3 MD 0

Current

contactlist contactlist3 MD 0

Diff

contactlist contactlist3 MD 0.diff

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

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

Result: PASS Time: 4.103 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 and height: 1024 reference image.

1
designRef(selector)
Source

contactlist contactlist3 LG 0

Current

contactlist contactlist3 LG 0

Diff

contactlist contactlist3 LG 0.diff

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

2.17. Appearance of Component with Card Action with Image, Title, Category and Description in XLG PASS

Result: PASS Time: 4.513 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 1920 and height: 1280 reference image.

1
designRef(selector)
Source

contactlist contactlist3 XLG 0

Current

contactlist contactlist3 XLG 0

Diff

contactlist contactlist3 XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.18. Appearance of Component with Card Action with Image, Title, Category and Description in XXLG PASS

Result: PASS Time: 5.325 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 2560 and height: 1440 reference image.

1
designRef(selector)
Source

contactlist contactlist3 XXLG 0

Current

contactlist contactlist3 XXLG 0

Diff

contactlist contactlist3 XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.19. Appearance of Component with Card with Icon, Title, Category, Description and Action in XS PASS

Result: PASS Time: 2.669 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 320 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist4 XS 0

Current

contactlist contactlist4 XS 0

Diff

contactlist contactlist4 XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.20. Appearance of Component with Card with Icon, Title, Category, Description and Action in SM PASS

Result: PASS Time: 2.855 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 640 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist4 SM 0

Current

contactlist contactlist4 SM 0

Diff

contactlist contactlist4 SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.21. Appearance of Component with Card with Icon, Title, Category, Description and Action in MD PASS

Result: PASS Time: 3.139 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 1024 and height: 768 reference image.

1
designRef(selector)
Source

contactlist contactlist4 MD 0

Current

contactlist contactlist4 MD 0

Diff

contactlist contactlist4 MD 0.diff

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

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

Result: PASS Time: 3.321 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 and height: 1024 reference image.

1
designRef(selector)
Source

contactlist contactlist4 LG 0

Current

contactlist contactlist4 LG 0

Diff

contactlist contactlist4 LG 0.diff

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

2.23. Appearance of Component with Card with Icon, Title, Category, Description and Action in XLG PASS

Result: PASS Time: 3.823 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 1920 and height: 1280 reference image.

1
designRef(selector)
Source

contactlist contactlist4 XLG 0

Current

contactlist contactlist4 XLG 0

Diff

contactlist contactlist4 XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.24. Appearance of Component with Card with Icon, Title, Category, Description and Action in XXLG PASS

Result: PASS Time: 4.341 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 2560 and height: 1440 reference image.

1
designRef(selector)
Source

contactlist contactlist4 XXLG 0

Current

contactlist contactlist4 XXLG 0

Diff

contactlist contactlist4 XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.25. Appearance of Component with Card with Image, Title, Category, Description and Action in XS PASS

Result: PASS Time: 2.617 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 320 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist5 XS 0

Current

contactlist contactlist5 XS 0

Diff

contactlist contactlist5 XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.26. Appearance of Component with Card with Image, Title, Category, Description and Action in SM PASS

Result: PASS Time: 2.795 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 640 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist5 SM 0

Current

contactlist contactlist5 SM 0

Diff

contactlist contactlist5 SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.27. Appearance of Component with Card with Image, Title, Category, Description and Action in MD PASS

Result: PASS Time: 3.517 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 1024 and height: 768 reference image.

1
designRef(selector)
Source

contactlist contactlist5 MD 0

Current

contactlist contactlist5 MD 0

Diff

contactlist contactlist5 MD 0.diff

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

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

Result: PASS Time: 3.990 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 and height: 1024 reference image.

1
designRef(selector)
Source

contactlist contactlist5 LG 0

Current

contactlist contactlist5 LG 0

Diff

contactlist contactlist5 LG 0.diff

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

2.29. Appearance of Component with Card with Image, Title, Category, Description and Action in XLG PASS

Result: PASS Time: 4.437 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 1920 and height: 1280 reference image.

1
designRef(selector)
Source

contactlist contactlist5 XLG 0

Current

contactlist contactlist5 XLG 0

Diff

contactlist contactlist5 XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.30. Appearance of Component with Card with Image, Title, Category, Description and Action in XXLG PASS

Result: PASS Time: 4.833 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 2560 and height: 1440 reference image.

1
designRef(selector)
Source

contactlist contactlist5 XXLG 0

Current

contactlist contactlist5 XXLG 0

Diff

contactlist contactlist5 XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

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

Result: PASS Time: 2.594 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 320 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist6 XS 0

Current

contactlist contactlist6 XS 0

Diff

contactlist contactlist6 XS 0.diff

  • Where: Browser size width: 320 and height: 480

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

Result: PASS Time: 2.788 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 640 and height: 480 reference image.

1
designRef(selector)
Source

contactlist contactlist6 SM 0

Current

contactlist contactlist6 SM 0

Diff

contactlist contactlist6 SM 0.diff

  • Where: Browser size width: 640 and height: 480

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

Result: PASS Time: 3.409 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 1024 and height: 768 reference image.

1
designRef(selector)
Source

contactlist contactlist6 MD 0

Current

contactlist contactlist6 MD 0

Diff

contactlist contactlist6 MD 0.diff

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

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

Result: PASS Time: 3.875 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 and height: 1024 reference image.

1
designRef(selector)
Source

contactlist contactlist6 LG 0

Current

contactlist contactlist6 LG 0

Diff

contactlist contactlist6 LG 0.diff

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

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

Result: PASS Time: 4.341 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 1920 and height: 1280 reference image.

1
designRef(selector)
Source

contactlist contactlist6 XLG 0

Current

contactlist contactlist6 XLG 0

Diff

contactlist contactlist6 XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

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

Result: PASS Time: 4.877 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 2560 and height: 1440 reference image.

1
designRef(selector)
Source

contactlist contactlist6 XXLG 0

Current

contactlist contactlist6 XXLG 0

Diff

contactlist contactlist6 XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440