created on Fri Nov 08 02:27:13 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

48

100.0%

1 minutes, 7.920 seconds

0

0

0

2. Features

2.1. Functionality of Component with Default variant and no content in XS PASS

Result: PASS Time: 0.813 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist1"
  • 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 Component does not have any content

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

2.2. Functionality of Component with Default variant and no content in SM PASS

Result: PASS Time: 0.934 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist1"
  • 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 Component does not have any content

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

2.3. Functionality of Component with Default variant and no content in MD PASS

Result: PASS Time: 0.871 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist1"
  • 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 Component does not have any content

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

2.4. Functionality of Component with Default variant and no content in LG PASS

Result: PASS Time: 1.007 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist1"
  • 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 Component does not have any content

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

2.5. Functionality of Component with Default variant and no content in XLG PASS

Result: PASS Time: 0.991 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist1"
  • 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 Component does not have any content

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

2.6. Functionality of Component with Default variant and no content in XXLG PASS

Result: PASS Time: 1.175 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist1"
  • 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 Component does not have any content

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

2.7. Functionality of Component with Default variant and List of Children in XS PASS

Result: PASS Time: 1.213 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • 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 and List of Children in XS The component should be on the page

  • And Has 10 list items

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

2.8. Functionality of Component with Default variant and List of Children in SM PASS

Result: PASS Time: 1.219 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • 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 and List of Children in SM The component should be on the page

  • And Has 10 list items

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

2.9. Functionality of Component with Default variant and List of Children in MD PASS

Result: PASS Time: 1.380 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • 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 and List of Children in MD The component should be on the page

  • And Has 10 list items

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

2.10. Functionality of Component with Default variant and List of Children in LG PASS

Result: PASS Time: 1.422 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • 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 and List of Children in LG The component should be on the page

  • And Has 10 list items

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

2.11. Functionality of Component with Default variant and List of Children in XLG PASS

Result: PASS Time: 1.677 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • 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 and List of Children in XLG The component should be on the page

  • And Has 10 list items

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

2.12. Functionality of Component with Default variant and List of Children in XXLG PASS

Result: PASS Time: 1.936 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist2"
  • 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 and List of Children in XXLG The component should be on the page

  • And Has 10 list items

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

2.13. Functionality of Component with Default variant and List of Descendants in XS PASS

Result: PASS Time: 1.294 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • 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 and List of Descendants in XS The component should be on the page

  • And Has 19 list items

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

2.14. Functionality of Component with Default variant and List of Descendants in SM PASS

Result: PASS Time: 1.239 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • 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 and List of Descendants in SM The component should be on the page

  • And Has 19 list items

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

2.15. Functionality of Component with Default variant and List of Descendants in MD PASS

Result: PASS Time: 1.384 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • 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 and List of Descendants in MD The component should be on the page

  • And Has 19 list items

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

2.16. Functionality of Component with Default variant and List of Descendants in LG PASS

Result: PASS Time: 1.494 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • 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 and List of Descendants in LG The component should be on the page

  • And Has 19 list items

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

2.17. Functionality of Component with Default variant and List of Descendants in XLG PASS

Result: PASS Time: 1.665 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • 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 and List of Descendants in XLG The component should be on the page

  • And Has 19 list items

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

2.18. Functionality of Component with Default variant and List of Descendants in XXLG PASS

Result: PASS Time: 1.922 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist3"
  • 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 and List of Descendants in XXLG The component should be on the page

  • And Has 19 list items

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

2.19. Functionality of Component with Default variant and Fixed List in XS PASS

Result: PASS Time: 1.174 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • 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 and Fixed List in XS The component should be on the page

  • And Has 3 list items

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

2.20. Functionality of Component with Default variant and Fixed List in SM PASS

Result: PASS Time: 1.227 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • 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 and Fixed List in SM The component should be on the page

  • And Has 3 list items

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

2.21. Functionality of Component with Default variant and Fixed List in MD PASS

Result: PASS Time: 1.243 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • 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 and Fixed List in MD The component should be on the page

  • And Has 3 list items

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

2.22. Functionality of Component with Default variant and Fixed List in LG PASS

Result: PASS Time: 1.409 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • 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 and Fixed List in LG The component should be on the page

  • And Has 3 list items

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

2.23. Functionality of Component with Default variant and Fixed List in XLG PASS

Result: PASS Time: 1.618 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • 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 and Fixed List in XLG The component should be on the page

  • And Has 3 list items

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

2.24. Functionality of Component with Default variant and Fixed List in XXLG PASS

Result: PASS Time: 1.889 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist4"
  • 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 and Fixed List in XXLG The component should be on the page

  • And Has 3 list items

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

2.25. Functionality of Component with Options List variant and no content in XS PASS

Result: PASS Time: 1.157 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist5"
  • 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 Options List variant and no content in XS The component should be on the page

  • And Component only has an empty option

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

2.26. Functionality of Component with Options List variant and no content in SM PASS

Result: PASS Time: 1.210 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist5"
  • 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 Options List variant and no content in SM The component should be on the page

  • And Component only has an empty option

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

2.27. Functionality of Component with Options List variant and no content in MD PASS

Result: PASS Time: 1.291 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist5"
  • 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 Options List variant and no content in MD The component should be on the page

  • And Component only has an empty option

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

2.28. Functionality of Component with Options List variant and no content in LG PASS

Result: PASS Time: 1.382 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist5"
  • 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 Options List variant and no content in LG The component should be on the page

  • And Component only has an empty option

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

2.29. Functionality of Component with Options List variant and no content in XLG PASS

Result: PASS Time: 1.638 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist5"
  • 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 Options List variant and no content in XLG The component should be on the page

  • And Component only has an empty option

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

2.30. Functionality of Component with Options List variant and no content in XXLG PASS

Result: PASS Time: 1.811 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist5"
  • 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 Options List variant and no content in XXLG The component should be on the page

  • And Component only has an empty option

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

2.31. Functionality of Component with Options List variant and List of Children in XS PASS

Result: PASS Time: 1.229 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • 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 Options List variant and List of Children in XS The component should be on the page

  • And Has 10 list items

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

2.32. Functionality of Component with Options List variant and List of Children in SM PASS

Result: PASS Time: 1.199 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • 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 Options List variant and List of Children in SM The component should be on the page

  • And Has 10 list items

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

2.33. Functionality of Component with Options List variant and List of Children in MD PASS

Result: PASS Time: 1.284 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • 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 Options List variant and List of Children in MD The component should be on the page

  • And Has 10 list items

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

2.34. Functionality of Component with Options List variant and List of Children in LG PASS

Result: PASS Time: 1.575 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • 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 Options List variant and List of Children in LG The component should be on the page

  • And Has 10 list items

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

2.35. Functionality of Component with Options List variant and List of Children in XLG PASS

Result: PASS Time: 1.609 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • 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 Options List variant and List of Children in XLG The component should be on the page

  • And Has 10 list items

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

2.36. Functionality of Component with Options List variant and List of Children in XXLG PASS

Result: PASS Time: 1.881 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist6"
  • 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 Options List variant and List of Children in XXLG The component should be on the page

  • And Has 10 list items

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

2.37. Functionality of Component with Options List variant and List of Descendants in XS PASS

Result: PASS Time: 1.164 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • 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 Options List variant and List of Descendants in XS The component should be on the page

  • And Has 19 list items

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

2.38. Functionality of Component with Options List variant and List of Descendants in SM PASS

Result: PASS Time: 1.159 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • 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 Options List variant and List of Descendants in SM The component should be on the page

  • And Has 19 list items

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

2.39. Functionality of Component with Options List variant and List of Descendants in MD PASS

Result: PASS Time: 1.278 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • 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 Options List variant and List of Descendants in MD The component should be on the page

  • And Has 19 list items

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

2.40. Functionality of Component with Options List variant and List of Descendants in LG PASS

Result: PASS Time: 1.436 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • 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 Options List variant and List of Descendants in LG The component should be on the page

  • And Has 19 list items

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

2.41. Functionality of Component with Options List variant and List of Descendants in XLG PASS

Result: PASS Time: 1.552 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • 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 Options List variant and List of Descendants in XLG The component should be on the page

  • And Has 19 list items

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

2.42. Functionality of Component with Options List variant and List of Descendants in XXLG PASS

Result: PASS Time: 1.860 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist7"
  • 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 Options List variant and List of Descendants in XXLG The component should be on the page

  • And Has 19 list items

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

2.43. Functionality of Component with Options List variant and Fixed List in XS PASS

Result: PASS Time: 1.140 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • 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 Options List variant and Fixed List in XS The component should be on the page

  • And Has 3 list items

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

2.44. Functionality of Component with Options List variant and Fixed List in SM PASS

Result: PASS Time: 1.135 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • 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 Options List variant and Fixed List in SM The component should be on the page

  • And Has 3 list items

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

2.45. Functionality of Component with Options List variant and Fixed List in MD PASS

Result: PASS Time: 1.227 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • 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 Options List variant and Fixed List in MD The component should be on the page

  • And Has 3 list items

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

2.46. Functionality of Component with Options List variant and Fixed List in LG PASS

Result: PASS Time: 1.386 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • 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 Options List variant and Fixed List in LG The component should be on the page

  • And Has 3 list items

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

2.47. Functionality of Component with Options List variant and Fixed List in XLG PASS

Result: PASS Time: 1.634 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • 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 Options List variant and Fixed List in XLG The component should be on the page

  • And Has 3 list items

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

2.48. Functionality of Component with Options List variant and Fixed List in XXLG PASS

Result: PASS Time: 1.854 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#taglist8"
  • 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 Options List variant and Fixed List in XXLG The component should be on the page

  • And Has 3 list items

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