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

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

18

100.0%

27.767 seconds

0

0

0

2. Features

2.1. Lang Nav: Default with Languages Available in XS PASS

Result: PASS Time: 1.506 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Lang Nav Default with Languages Available in XS The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("RU")
  • Where: Browser size width: 320 and height: 480

2.2. Lang Nav: Default with Languages Available in SM PASS

Result: PASS Time: 1.593 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Lang Nav Default with Languages Available in SM The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("RU")
  • Where: Browser size width: 640 and height: 480

2.3. Lang Nav: Default with Languages Available in MD PASS

Result: PASS Time: 1.599 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Lang Nav Default with Languages Available in MD The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("RU")
  • Where: Browser size width: 1024 and height: 768

2.4. Lang Nav: Default with Languages Available in LG PASS

Result: PASS Time: 1.746 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Lang Nav Default with Languages Available in LG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("RU")
  • Where: Browser size width: 1366 and height: 1024

2.5. Lang Nav: Default with Languages Available in XLG PASS

Result: PASS Time: 1.945 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Lang Nav Default with Languages Available in XLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("RU")
  • Where: Browser size width: 1920 and height: 1280

2.6. Lang Nav: Default with Languages Available in XXLG PASS

Result: PASS Time: 2.124 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

Lang Nav Default with Languages Available in XXLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("RU")
  • Where: Browser size width: 2560 and height: 1440

2.7. Lang Nav: Default with Languages Not Available in XS PASS

Result: PASS Time: 1.040 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available in XS The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • Where: Browser size width: 320 and height: 480

2.8. Lang Nav: Default with Languages Not Available in SM PASS

Result: PASS Time: 1.131 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available in SM The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • Where: Browser size width: 640 and height: 480

2.9. Lang Nav: Default with Languages Not Available in MD PASS

Result: PASS Time: 1.137 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available in MD The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • Where: Browser size width: 1024 and height: 768

2.10. Lang Nav: Default with Languages Not Available in LG PASS

Result: PASS Time: 1.313 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available in LG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • Where: Browser size width: 1366 and height: 1024

2.11. Lang Nav: Default with Languages Not Available in XLG PASS

Result: PASS Time: 1.462 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available in XLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • Where: Browser size width: 1920 and height: 1280

2.12. Lang Nav: Default with Languages Not Available in XXLG PASS

Result: PASS Time: 1.667 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available in XXLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • Where: Browser size width: 2560 and height: 1440

2.13. Lang Nav: Default with Languages Not Available and Showing Language Root XS PASS

Result: PASS Time: 1.120 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available and Showing Language Root XS The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("Russian")
  • Where: Browser size width: 320 and height: 480

2.14. Lang Nav: Default with Languages Not Available and Showing Language Root SM PASS

Result: PASS Time: 1.093 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available and Showing Language Root SM The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("Russian")
  • Where: Browser size width: 640 and height: 480

2.15. Lang Nav: Default with Languages Not Available and Showing Language Root MD PASS

Result: PASS Time: 1.208 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available and Showing Language Root MD The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("Russian")
  • Where: Browser size width: 1024 and height: 768

2.16. Lang Nav: Default with Languages Not Available and Showing Language Root LG PASS

Result: PASS Time: 1.346 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available and Showing Language Root LG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("Russian")
  • Where: Browser size width: 1366 and height: 1024

2.17. Lang Nav: Default with Languages Not Available and Showing Language Root XLG PASS

Result: PASS Time: 1.498 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available and Showing Language Root XLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("Russian")
  • Where: Browser size width: 1920 and height: 1280

2.18. Lang Nav: Default with Languages Not Available and Showing Language Root XXLG PASS

Result: PASS Time: 1.756 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Language Navigation" > "One Language"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPageUrl("content/aemdesign-showcase/au/en/component/lists/language-navigation/one-language.html")
  • 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

Lang Nav Default with Languages Not Available and Showing Language Root XXLG The component should be on the page

  • And Has two list items

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

1
assert $("${selector} li").firstElement().getAttribute("textContent").trim().contains("EN")
  • And Has last item

1
assert $("${selector} li").lastElement().getAttribute("textContent").trim().contains("Russian")
  • Where: Browser size width: 2560 and height: 1440