created on Thu Aug 12 17:46:17 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

4.368 seconds

1

0

1

2. Features

2.1. Functionality of Component Variant: Default in LG FAILURE

Result: FAILURE Time: 2.452 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#pagetags1"
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
def component = waitForComponent(selector)
  • And Should have sample tags

1
2
assert $(selector).$("li")*.text() == ["Contact Page","Location Page","News Page"]
takeScreenshot($(selector).firstElement(), "Should have sample tags")
  • Where:

The following problems occurred:
Condition not satisfied:

$(selector).$("li")*.text() == ["Contact Page","Location Page","News Page"]
| |         |        |      |
| |         []       []     false
| #pagetags1
[[[RemoteWebDriver: chrome on LINUX (13b7334604e2b6cfd3853f74d8158456)] -> css selector: #pagetags1]]