created on Thu Aug 12 17:38:30 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

1

100.0%

8.802 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 5.325 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
def selector = "#redirectnotification1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The page should have redirected to target

1
2
assert driver.currentUrl.contains("redirectnotification/page1")
report("The page should have redirected to target")
  • Where: Browser size width: 1366 and height: 1024