created on Fri Nov 08 02:29:28 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

1 minutes, 24.499 seconds

0

0

0

2. Features

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

Result: PASS Time: 2.188 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#contactlist1"
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} ul.list > li").size() == 6
  • And Has first item

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

1
assert $("${selector} li.last").text().trim() == "Contact6"
  • 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: 2.033 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#contactlist1"
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} ul.list > li").size() == 6
  • And Has first item

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

1
assert $("${selector} li.last").text().trim() == "Contact6"
  • 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: 2.261 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#contactlist1"
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} ul.list > li").size() == 6
  • And Has first item

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

1
assert $("${selector} li.last").text().trim() == "Contact6"
  • 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: 2.311 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#contactlist1"
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} ul.list > li").size() == 6
  • And Has first item

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

1
assert $("${selector} li.last").text().trim() == "Contact6"
  • 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.490 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#contactlist1"
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} ul.list > li").size() == 6
  • And Has first item

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

1
assert $("${selector} li.last").text().trim() == "Contact6"
  • 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.716 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#contactlist1"
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} ul.list > li").size() == 6
  • And Has first item

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

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

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

Result: PASS Time: 2.006 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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 Action with Icon Title Category and Description in XS The component should be on the page

  • And Has two list items

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

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

1
assert $("${selector} .card-category").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 Action with Icon, Title, Category and Description in SM PASS

Result: PASS Time: 2.111 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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 Action with Icon Title Category and Description in SM The component should be on the page

  • And Has two list items

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

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

1
assert $("${selector} .card-category").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 Action with Icon, Title, Category and Description in MD PASS

Result: PASS Time: 2.174 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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 Action with Icon Title Category and Description in MD The component should be on the page

  • And Has two list items

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

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

1
assert $("${selector} .card-category").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 Action with Icon, Title, Category and Description in LG PASS

Result: PASS Time: 2.288 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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 Action with Icon Title Category and Description in LG The component should be on the page

  • And Has two list items

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

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

1
assert $("${selector} .card-category").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 Action with Icon, Title, Category and Description in XLG PASS

Result: PASS Time: 2.438 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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 Action with Icon Title Category and Description in XLG The component should be on the page

  • And Has two list items

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

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

1
assert $("${selector} .card-category").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 Action with Icon, Title, Category and Description in XXLG PASS

Result: PASS Time: 2.746 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist2"
  • 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 Action with Icon Title Category and Description in XXLG The component should be on the page

  • And Has two list items

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

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

1
assert $("${selector} .card-category").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 Action with Image, Title, Category and Description in XS PASS

Result: PASS Time: 1.962 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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 Action with Image Title Category and Description in XS The component should be on the page

  • And Has two list items

1
assert $("${selector} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.010 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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 Action with Image Title Category and Description in SM The component should be on the page

  • And Has two list items

1
assert $("${selector} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.209 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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 Action with Image Title Category and Description in MD The component should be on the page

  • And Has two list items

1
assert $("${selector} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.402 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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 Action with Image Title Category and Description in LG The component should be on the page

  • And Has two list items

1
assert $("${selector} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.533 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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 Action with Image Title Category and Description in XLG The component should be on the page

  • And Has two list items

1
assert $("${selector} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.790 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist3"
  • 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 Action with Image Title Category and Description in XXLG The component should be on the page

  • And Has two list items

1
assert $("${selector} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 1.995 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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 Icon Title Category Description and Action in XS The component should be on the page

  • And Has two list items

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

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

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

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

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

Result: PASS Time: 1.983 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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 Icon Title Category Description and Action in SM The component should be on the page

  • And Has two list items

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

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

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

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

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

Result: PASS Time: 2.367 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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 Icon Title Category Description and Action in MD The component should be on the page

  • And Has two list items

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

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

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

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

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

Result: PASS Time: 2.203 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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 Icon Title Category Description and Action in LG The component should be on the page

  • And Has two list items

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

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

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

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

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

Result: PASS Time: 2.406 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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 Icon Title Category Description and Action in XLG The component should be on the page

  • And Has two list items

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

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

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

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

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

Result: PASS Time: 2.652 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist4"
  • 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 Icon Title Category Description and Action in XXLG The component should be on the page

  • And Has two list items

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

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

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

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

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

Result: PASS Time: 1.982 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.031 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.125 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.379 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.504 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

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

Result: PASS Time: 2.766 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist5"
  • 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} ul.list > li").size() == 2
  • And Has card has image

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

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

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

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

2.31. Functionality of Component with Card with Image, Title, Category, Description and Email Action Format in XS PASS

Result: PASS Time: 2.031 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist7"
  • 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 Email Action Format in XS The component should be on the page

  • And Has card description

1
assert $("${selector} .card-link").getAt(0).getAttribute("href").contains("mailto:")
  • Where: Browser size width: 320 and height: 480

2.32. Functionality of Component with Card with Image, Title, Category, Description and Email Action Format in SM PASS

Result: PASS Time: 2.120 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist7"
  • 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 Email Action Format in SM The component should be on the page

  • And Has card description

1
assert $("${selector} .card-link").getAt(0).getAttribute("href").contains("mailto:")
  • Where: Browser size width: 640 and height: 480

2.33. Functionality of Component with Card with Image, Title, Category, Description and Email Action Format in MD PASS

Result: PASS Time: 2.166 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist7"
  • 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 Email Action Format in MD The component should be on the page

  • And Has card description

1
assert $("${selector} .card-link").getAt(0).getAttribute("href").contains("mailto:")
  • Where: Browser size width: 1024 and height: 768

2.34. Functionality of Component with Card with Image, Title, Category, Description and Email Action Format in LG PASS

Result: PASS Time: 2.359 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist7"
  • 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 Email Action Format in LG The component should be on the page

  • And Has card description

1
assert $("${selector} .card-link").getAt(0).getAttribute("href").contains("mailto:")
  • Where: Browser size width: 1366 and height: 1024

2.35. Functionality of Component with Card with Image, Title, Category, Description and Email Action Format in XLG PASS

Result: PASS Time: 2.472 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist7"
  • 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 Email Action Format in XLG The component should be on the page

  • And Has card description

1
assert $("${selector} .card-link").getAt(0).getAttribute("href").contains("mailto:")
  • Where: Browser size width: 1920 and height: 1280

2.36. Functionality of Component with Card with Image, Title, Category, Description and Email Action Format in XXLG PASS

Result: PASS Time: 2.795 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contactlist7"
  • 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 Email Action Format in XXLG The component should be on the page

  • And Has card description

1
assert $("${selector} .card-link").getAt(0).getAttribute("href").contains("mailto:")
  • Where: Browser size width: 2560 and height: 1440