created on Wed Sep 15 01:13:57 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

1

100.0%

5.022 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 2.774 seconds

  • Given: >the page hierarchy is created as "Components" > "Common" > "Timing"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

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

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The page should have a Component Timing link

1
2
assert $("$selector a").text().trim().equals("Component Timing")
takeScreenshot($(selector).firstElement(), "The page should have a Component Timing link")
Current

Functionality of Component Variant Default in LG The page should have a Component Timing link

  • Where: Browser size width: 1366 and height: 1024