created on Fri Nov 08 02:40:37 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

1 minutes, 44.852 seconds

6

0

5

2. Features

2.1. List: Default variant using Default badge in XS IGNORED

Result: IGNORED Time: 3.420 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Default variant using Default badge in XS The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 5
  • And Has first item

1
assert $("${selector} li.first").size() == 1
  • And Has last item

1
assert $("${selector} li.last").size() == 1
  • And Has three plain items

1
assert $("${selector} li.item").size() == 3
  • Where: Browser size width: 320 and height: 480

2.2. List: Default variant using Default badge in SM IGNORED

Result: IGNORED Time: 3.433 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Default variant using Default badge in SM The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 5
  • And Has first item

1
assert $("${selector} li.first").size() == 1
  • And Has last item

1
assert $("${selector} li.last").size() == 1
  • And Has three plain items

1
assert $("${selector} li.item").size() == 3
  • Where: Browser size width: 640 and height: 480

2.3. List: Default variant using Default badge in MD IGNORED

Result: IGNORED Time: 3.428 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Default variant using Default badge in MD The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 5
  • And Has first item

1
assert $("${selector} li.first").size() == 1
  • And Has last item

1
assert $("${selector} li.last").size() == 1
  • And Has three plain items

1
assert $("${selector} li.item").size() == 3
  • Where: Browser size width: 1024 and height: 768

2.4. List: Default variant using Default badge in LG IGNORED

Result: IGNORED Time: 3.564 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Default variant using Default badge in LG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 5
  • And Has first item

1
assert $("${selector} li.first").size() == 1
  • And Has last item

1
assert $("${selector} li.last").size() == 1
  • And Has three plain items

1
assert $("${selector} li.item").size() == 3
  • Where: Browser size width: 1366 and height: 1024

2.5. List: Default variant using Default badge in XLG IGNORED

Result: IGNORED Time: 3.625 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Default variant using Default badge in XLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 5
  • And Has first item

1
assert $("${selector} li.first").size() == 1
  • And Has last item

1
assert $("${selector} li.last").size() == 1
  • And Has three plain items

1
assert $("${selector} li.item").size() == 3
  • Where: Browser size width: 1920 and height: 1280

2.6. List: Default variant using Default badge in XXLG IGNORED

Result: IGNORED Time: 3.986 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Default variant using Default badge in XXLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 5
  • And Has first item

1
assert $("${selector} li.first").size() == 1
  • And Has last item

1
assert $("${selector} li.last").size() == 1
  • And Has three plain items

1
assert $("${selector} li.item").size() == 3
  • Where: Browser size width: 2560 and height: 1440

2.7. List: Pages with no Details in XS IGNORED

Result: IGNORED Time: 3.245 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages with no Details in XS The component should be on the page

  • And Has five items of page missing details

1
assert $("${selector} .page-missing-details").size() == 5
  • Where: Browser size width: 320 and height: 480

2.8. List: Pages with no Details in SM IGNORED

Result: IGNORED Time: 3.219 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages with no Details in SM The component should be on the page

  • And Has five items of page missing details

1
assert $("${selector} .page-missing-details").size() == 5
  • Where: Browser size width: 640 and height: 480

2.9. List: Pages with no Details in MD IGNORED

Result: IGNORED Time: 3.405 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages with no Details in MD The component should be on the page

  • And Has five items of page missing details

1
assert $("${selector} .page-missing-details").size() == 5
  • Where: Browser size width: 1024 and height: 768

2.10. List: Pages with no Details in LG IGNORED

Result: IGNORED Time: 3.470 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages with no Details in LG The component should be on the page

  • And Has five items of page missing details

1
assert $("${selector} .page-missing-details").size() == 5
  • Where: Browser size width: 1366 and height: 1024

2.11. List: Pages with no Details in XLG IGNORED

Result: IGNORED Time: 3.668 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages with no Details in XLG The component should be on the page

  • And Has five items of page missing details

1
assert $("${selector} .page-missing-details").size() == 5
  • Where: Browser size width: 1920 and height: 1280

2.12. List: Pages with no Details in XXLG IGNORED

Result: IGNORED Time: 3.879 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages with no Details in XXLG The component should be on the page

  • And Has five items of page missing details

1
assert $("${selector} .page-missing-details").size() == 5
  • Where: Browser size width: 2560 and height: 1440

2.13. List: Pages search with By Tags in XS IGNORED

Result: IGNORED Time: 3.144 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list8"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages search with By Tags in XS The component should be on the page

  • And Has two items in the list

1
assert $("${selector} li").size() == 2
  • Where: Browser size width: 320 and height: 480

2.14. List: Pages search with By Tags in SM IGNORED

Result: IGNORED Time: 3.220 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list8"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages search with By Tags in SM The component should be on the page

  • And Has two items in the list

1
assert $("${selector} li").size() == 2
  • Where: Browser size width: 640 and height: 480

2.15. List: Pages search with By Tags in MD IGNORED

Result: IGNORED Time: 3.309 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list8"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages search with By Tags in MD The component should be on the page

  • And Has two items in the list

1
assert $("${selector} li").size() == 2
  • Where: Browser size width: 1024 and height: 768

2.16. List: Pages search with By Tags in LG IGNORED

Result: IGNORED Time: 3.504 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list8"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages search with By Tags in LG The component should be on the page

  • And Has two items in the list

1
assert $("${selector} li").size() == 2
  • Where: Browser size width: 1366 and height: 1024

2.17. List: Pages search with By Tags in XLG IGNORED

Result: IGNORED Time: 3.830 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list8"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages search with By Tags in XLG The component should be on the page

  • And Has two items in the list

1
assert $("${selector} li").size() == 2
  • Where: Browser size width: 1920 and height: 1280

2.18. List: Pages search with By Tags in XXLG IGNORED

Result: IGNORED Time: 3.888 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list8"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

List Pages search with By Tags in XXLG The component should be on the page

  • And Has two items in the list

1
assert $("${selector} li").size() == 2
  • Where: Browser size width: 2560 and height: 1440

2.19. List: Pages search with By Tags with Tags not Specified in XS IGNORED

Result: IGNORED Time: 2.839 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list9"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Has zero items in the list

1
assert $("${selector} li").size() == 0
  • Where: Browser size width: 320 and height: 480

2.20. List: Pages search with By Tags with Tags not Specified in SM IGNORED

Result: IGNORED Time: 2.811 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list9"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Has zero items in the list

1
assert $("${selector} li").size() == 0
  • Where: Browser size width: 640 and height: 480

2.21. List: Pages search with By Tags with Tags not Specified in MD IGNORED

Result: IGNORED Time: 2.925 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list9"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Has zero items in the list

1
assert $("${selector} li").size() == 0
  • Where: Browser size width: 1024 and height: 768

2.22. List: Pages search with By Tags with Tags not Specified in LG IGNORED

Result: IGNORED Time: 3.020 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list9"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Has zero items in the list

1
assert $("${selector} li").size() == 0
  • Where: Browser size width: 1366 and height: 1024

2.23. List: Pages search with By Tags with Tags not Specified in XLG IGNORED

Result: IGNORED Time: 3.072 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list9"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Has zero items in the list

1
assert $("${selector} li").size() == 0
  • Where: Browser size width: 1920 and height: 1280

2.24. List: Pages search with By Tags with Tags not Specified in XXLG IGNORED

Result: IGNORED Time: 3.148 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list9"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Has zero items in the list

1
assert $("${selector} li").size() == 0
  • Where: Browser size width: 2560 and height: 1440

2.25. List: Default Search in XS FAILURE

Result: FAILURE Time: 3.349 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list18"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Has one list items

1
assert $("${selector} li").size() == 1
  • And Has title line

1
assert compareInnerTextIgnoreCase("${selector} li .title","Page 5 Contact Details")
  • Where: Browser size width: 320 and height: 480

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | #list18   [[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]
|              [[[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]]
java.awt.image.RasterFormatException: negative or zero height

2.26. List: Default Search in SM FAILURE

Result: FAILURE Time: 3.346 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list18"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Has one list items

1
assert $("${selector} li").size() == 1
  • And Has title line

1
assert compareInnerTextIgnoreCase("${selector} li .title","Page 5 Contact Details")
  • Where: Browser size width: 640 and height: 480

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | #list18   [[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]
|              [[[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]]
java.awt.image.RasterFormatException: negative or zero height

2.27. List: Default Search in MD FAILURE

Result: FAILURE Time: 3.477 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list18"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Has one list items

1
assert $("${selector} li").size() == 1
  • And Has title line

1
assert compareInnerTextIgnoreCase("${selector} li .title","Page 5 Contact Details")
  • Where: Browser size width: 1024 and height: 768

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | #list18   [[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]
|              [[[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]]
java.awt.image.RasterFormatException: negative or zero height

2.28. List: Default Search in LG FAILURE

Result: FAILURE Time: 3.728 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list18"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Has one list items

1
assert $("${selector} li").size() == 1
  • And Has title line

1
assert compareInnerTextIgnoreCase("${selector} li .title","Page 5 Contact Details")
  • Where: Browser size width: 1366 and height: 1024

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | #list18   [[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]
|              [[[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]]
java.awt.image.RasterFormatException: negative or zero height

2.29. List: Default Search in XLG FAILURE

Result: FAILURE Time: 3.891 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list18"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Has one list items

1
assert $("${selector} li").size() == 1
  • And Has title line

1
assert compareInnerTextIgnoreCase("${selector} li .title","Page 5 Contact Details")
  • Where: Browser size width: 1920 and height: 1280

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | #list18   [[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]
|              [[[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]]
java.awt.image.RasterFormatException: negative or zero height

2.30. List: Default Search in XXLG FAILURE

Result: FAILURE Time: 4.445 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#list18"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
  • And Has one list items

1
assert $("${selector} li").size() == 1
  • And Has title line

1
assert compareInnerTextIgnoreCase("${selector} li .title","Page 5 Contact Details")
  • Where: Browser size width: 2560 and height: 1440

The following problems occurred:
Condition failed with Exception:

takeScreenshot($(selector).firstElement(), "The component should be on the page")
|              | |         |
|              | #list18   [[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]
|              [[[RemoteWebDriver: chrome on LINUX (53a49457db99d0b7951ba05999dad233)] -> css selector: #list18]]
java.awt.image.RasterFormatException: negative or zero height