created on Fri Nov 08 02:42:56 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

30

100.0%

57.867 seconds

0

0

0

2. Features

2.1. Functionality of Component with Default variant using Default badge in XS PASS

Result: PASS Time: 1.816 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#newslist1"
def selectorContainer = "#contentblock1 .contents"
  • 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

Functionality of Component with Default variant using Default badge in XS The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And Has first item with title from Details component

1
assert $("${selector} li.first").text().trim() == "News Title 1"
  • And Has last item with title from Details component

1
assert $("${selector} li.last").text().trim() == "News Title 3"
  • Where: Browser size width: 320 and height: 480

2.2. Functionality of Component with Default variant using Default badge in SM PASS

Result: PASS Time: 1.569 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#newslist1"
def selectorContainer = "#contentblock1 .contents"
  • 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

Functionality of Component with Default variant using Default badge in SM The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And Has first item with title from Details component

1
assert $("${selector} li.first").text().trim() == "News Title 1"
  • And Has last item with title from Details component

1
assert $("${selector} li.last").text().trim() == "News Title 3"
  • Where: Browser size width: 640 and height: 480

2.3. Functionality of Component with Default variant using Default badge in MD PASS

Result: PASS Time: 1.754 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#newslist1"
def selectorContainer = "#contentblock1 .contents"
  • 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

Functionality of Component with Default variant using Default badge in MD The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And Has first item with title from Details component

1
assert $("${selector} li.first").text().trim() == "News Title 1"
  • And Has last item with title from Details component

1
assert $("${selector} li.last").text().trim() == "News Title 3"
  • Where: Browser size width: 1024 and height: 768

2.4. Functionality of Component with Default variant using Default badge in LG PASS

Result: PASS Time: 1.818 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#newslist1"
def selectorContainer = "#contentblock1 .contents"
  • 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

Functionality of Component with Default variant using Default badge in LG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And Has first item with title from Details component

1
assert $("${selector} li.first").text().trim() == "News Title 1"
  • And Has last item with title from Details component

1
assert $("${selector} li.last").text().trim() == "News Title 3"
  • Where: Browser size width: 1366 and height: 1024

2.5. Functionality of Component with Default variant using Default badge in XLG PASS

Result: PASS Time: 2.010 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#newslist1"
def selectorContainer = "#contentblock1 .contents"
  • 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

Functionality of Component with Default variant using Default badge in XLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And Has first item with title from Details component

1
assert $("${selector} li.first").text().trim() == "News Title 1"
  • And Has last item with title from Details component

1
assert $("${selector} li.last").text().trim() == "News Title 3"
  • Where: Browser size width: 1920 and height: 1280

2.6. Functionality of Component with Default variant using Default badge in XXLG PASS

Result: PASS Time: 2.188 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#newslist1"
def selectorContainer = "#contentblock1 .contents"
  • 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

Functionality of Component with Default variant using Default badge in XXLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And Has first item with title from Details component

1
assert $("${selector} li.first").text().trim() == "News Title 1"
  • And Has last item with title from Details component

1
assert $("${selector} li.last").text().trim() == "News Title 3"
  • Where: Browser size width: 2560 and height: 1440

2.7. Functionality of Component with Card with Image Title Category Description and Action in XS PASS

Result: PASS Time: 1.555 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Category Description and Action in XS The component should be on the page

  • And Has two list items

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

1
assert $("${selector} .card-title").size() == 2
  • And Has card description

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

2.8. Functionality of Component with Card with Image Title Category Description and Action in SM PASS

Result: PASS Time: 1.537 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Category Description and Action in SM The component should be on the page

  • And Has two list items

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

1
assert $("${selector} .card-title").size() == 2
  • And Has card description

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

2.9. Functionality of Component with Card with Image Title Category Description and Action in MD PASS

Result: PASS Time: 1.715 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Category Description and Action in MD The component should be on the page

  • And Has two list items

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

1
assert $("${selector} .card-title").size() == 2
  • And Has card description

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

2.10. Functionality of Component with Card with Image Title Category Description and Action in LG PASS

Result: PASS Time: 1.828 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Category Description and Action in LG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} .card-title").size() == 2
  • And Has card description

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

2.11. Functionality of Component with Card with Image Title Category Description and Action in XLG PASS

Result: PASS Time: 2.097 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Category Description and Action in XLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} .card-title").size() == 2
  • And Has card description

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

2.12. Functionality of Component with Card with Image Title Category Description and Action in XXLG PASS

Result: PASS Time: 2.379 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Category Description and Action in XXLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} .card-title").size() == 2
  • And Has card description

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

2.13. Functionality of Component with Card with Image Title Subtitle Description and Action in XS PASS

Result: PASS Time: 1.495 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Description and Action in XS The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

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

2.14. Functionality of Component with Card with Image Title Subtitle Description and Action in SM PASS

Result: PASS Time: 1.569 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Description and Action in SM The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

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

2.15. Functionality of Component with Card with Image Title Subtitle Description and Action in MD PASS

Result: PASS Time: 1.754 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Description and Action in MD The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

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

2.16. Functionality of Component with Card with Image Title Subtitle Description and Action in LG PASS

Result: PASS Time: 1.827 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Description and Action in LG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

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

2.17. Functionality of Component with Card with Image Title Subtitle Description and Action in XLG PASS

Result: PASS Time: 1.988 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Description and Action in XLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

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

2.18. Functionality of Component with Card with Image Title Subtitle Description and Action in XXLG PASS

Result: PASS Time: 2.338 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Description and Action in XXLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

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

2.19. Functionality of Component with Card with Image Title Subtitle Action and Date in XS PASS

Result: PASS Time: 1.552 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date in XS The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

1
assert $("${selector} img").size() == 2
  • And Has card with date

1
assert $("${selector} .card-date time").size() == 2
  • And Date output has datetime attribute

1
assert $("${selector} .card-date time").firstElement().getAttribute("datetime") == "2019-01-01"
  • And Date output matches format

1
assert $("${selector} .card-date time").firstElement().getAttribute("innerText") == "Tuesday 01 January 2019"
  • Where: Browser size width: 320 and height: 480

2.20. Functionality of Component with Card with Image Title Subtitle Action and Date in SM PASS

Result: PASS Time: 1.531 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date in SM The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

1
assert $("${selector} img").size() == 2
  • And Has card with date

1
assert $("${selector} .card-date time").size() == 2
  • And Date output has datetime attribute

1
assert $("${selector} .card-date time").firstElement().getAttribute("datetime") == "2019-01-01"
  • And Date output matches format

1
assert $("${selector} .card-date time").firstElement().getAttribute("innerText") == "Tuesday 01 January 2019"
  • Where: Browser size width: 640 and height: 480

2.21. Functionality of Component with Card with Image Title Subtitle Action and Date in MD PASS

Result: PASS Time: 1.743 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date in MD The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

1
assert $("${selector} img").size() == 2
  • And Has card with date

1
assert $("${selector} .card-date time").size() == 2
  • And Date output has datetime attribute

1
assert $("${selector} .card-date time").firstElement().getAttribute("datetime") == "2019-01-01"
  • And Date output matches format

1
assert $("${selector} .card-date time").firstElement().getAttribute("innerText") == "Tuesday 01 January 2019"
  • Where: Browser size width: 1024 and height: 768

2.22. Functionality of Component with Card with Image Title Subtitle Action and Date in LG PASS

Result: PASS Time: 1.940 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date in LG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

1
assert $("${selector} img").size() == 2
  • And Has card with date

1
assert $("${selector} .card-date time").size() == 2
  • And Date output has datetime attribute

1
assert $("${selector} .card-date time").firstElement().getAttribute("datetime") == "2019-01-01"
  • And Date output matches format

1
assert $("${selector} .card-date time").firstElement().getAttribute("innerText") == "Tuesday 01 January 2019"
  • Where: Browser size width: 1366 and height: 1024

2.23. Functionality of Component with Card with Image Title Subtitle Action and Date in XLG PASS

Result: PASS Time: 2.138 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date in XLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

1
assert $("${selector} img").size() == 2
  • And Has card with date

1
assert $("${selector} .card-date time").size() == 2
  • And Date output has datetime attribute

1
assert $("${selector} .card-date time").firstElement().getAttribute("datetime") == "2019-01-01"
  • And Date output matches format

1
assert $("${selector} .card-date time").firstElement().getAttribute("innerText") == "Tuesday 01 January 2019"
  • Where: Browser size width: 1920 and height: 1280

2.24. Functionality of Component with Card with Image Title Subtitle Action and Date in XXLG PASS

Result: PASS Time: 2.405 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date in XXLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 2
  • And Has card images

1
assert $("${selector} img").size() == 2
  • And Has card with date

1
assert $("${selector} .card-date time").size() == 2
  • And Date output has datetime attribute

1
assert $("${selector} .card-date time").firstElement().getAttribute("datetime") == "2019-01-01"
  • And Date output matches format

1
assert $("${selector} .card-date time").firstElement().getAttribute("innerText") == "Tuesday 01 January 2019"
  • Where: Browser size width: 2560 and height: 1440

2.25. Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in XS PASS

Result: PASS Time: 1.640 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in XS The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And First Card is News Title 2

1
assert $("${selector} .card-title").getAt(0).getAttribute("innerText") == "News Title 2"
  • And Second Card is News Title 1

1
assert $("${selector} .card-title").getAt(1).getAttribute("innerText") == "News Title 1"
  • And Third Card is News Title 3

1
assert $("${selector} .card-title").getAt(2).getAttribute("innerText") == "News Title 3"
  • Where: Browser size width: 320 and height: 480

2.26. Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in SM PASS

Result: PASS Time: 1.556 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in SM The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And First Card is News Title 2

1
assert $("${selector} .card-title").getAt(0).getAttribute("innerText") == "News Title 2"
  • And Second Card is News Title 1

1
assert $("${selector} .card-title").getAt(1).getAttribute("innerText") == "News Title 1"
  • And Third Card is News Title 3

1
assert $("${selector} .card-title").getAt(2).getAttribute("innerText") == "News Title 3"
  • Where: Browser size width: 640 and height: 480

2.27. Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in MD PASS

Result: PASS Time: 1.816 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in MD The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And First Card is News Title 2

1
assert $("${selector} .card-title").getAt(0).getAttribute("innerText") == "News Title 2"
  • And Second Card is News Title 1

1
assert $("${selector} .card-title").getAt(1).getAttribute("innerText") == "News Title 1"
  • And Third Card is News Title 3

1
assert $("${selector} .card-title").getAt(2).getAttribute("innerText") == "News Title 3"
  • Where: Browser size width: 1024 and height: 768

2.28. Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in LG PASS

Result: PASS Time: 1.954 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in LG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And First Card is News Title 2

1
assert $("${selector} .card-title").getAt(0).getAttribute("innerText") == "News Title 2"
  • And Second Card is News Title 1

1
assert $("${selector} .card-title").getAt(1).getAttribute("innerText") == "News Title 1"
  • And Third Card is News Title 3

1
assert $("${selector} .card-title").getAt(2).getAttribute("innerText") == "News Title 3"
  • Where: Browser size width: 1366 and height: 1024

2.29. Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in XLG PASS

Result: PASS Time: 2.266 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in XLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And First Card is News Title 2

1
assert $("${selector} .card-title").getAt(0).getAttribute("innerText") == "News Title 2"
  • And Second Card is News Title 1

1
assert $("${selector} .card-title").getAt(1).getAttribute("innerText") == "News Title 1"
  • And Third Card is News Title 3

1
assert $("${selector} .card-title").getAt(2).getAttribute("innerText") == "News Title 3"
  • Where: Browser size width: 1920 and height: 1280

2.30. Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in XXLG PASS

Result: PASS Time: 2.562 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Functionality of Component with Card with Image Title Subtitle Action and Date with Order by Publish Date in XXLG The component should be on the page

  • And Has five list items

1
assert $("${selector} li").size() == 6
  • And First Card is News Title 2

1
assert $("${selector} .card-title").getAt(0).getAttribute("innerText") == "News Title 2"
  • And Second Card is News Title 1

1
assert $("${selector} .card-title").getAt(1).getAttribute("innerText") == "News Title 1"
  • And Third Card is News Title 3

1
assert $("${selector} .card-title").getAt(2).getAttribute("innerText") == "News Title 3"
  • Where: Browser size width: 2560 and height: 1440