created on Thu Aug 12 17:52:43 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

7

100.0%

13.852 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 1.826 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock1 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Text")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Default in LG Should have sample content

  • Where:

2.2. Functionality of Component Variant: Textarea in LG PASS

Result: PASS Time: 1.919 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock2 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Textarea")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Textarea in LG Should have sample content

  • Where:

2.3. Functionality of Component Variant: Email in LG PASS

Result: PASS Time: 1.799 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock3 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Email")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Email in LG Should have sample content

  • Where:

2.4. Functionality of Component Variant: Telephone in LG PASS

Result: PASS Time: 1.853 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock4 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Telephone")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Telephone in LG Should have sample content

  • Where:

2.5. Functionality of Component Variant: Date in LG PASS

Result: PASS Time: 1.757 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock5 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Date")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Date in LG Should have sample content

  • Where:

2.6. Functionality of Component Variant: Number in LG PASS

Result: PASS Time: 1.816 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock6 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Number")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Number in LG Should have sample content

  • Where:

2.7. Functionality of Component Variant: Password in LG PASS

Result: PASS Time: 1.762 seconds

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

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#contentblock7 .content"
  • 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 content

1
2
assert compareInnerTextIgnoreCase("${selector} label","Password")
takeScreenshot($(selector).firstElement(), "Should have sample content")
Current

Functionality of Component Variant Password in LG Should have sample content

  • Where: