created on Thu Aug 12 18:07:48 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

17.945 seconds

1

0

6

2. Features

2.1. Functionality of Component Variant: Default loads non-inline elements in LG FAILURE

Result: FAILURE Time: 16.940 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 = "#sharebutton1"
  • 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 Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

The following problems occurred:
Condition failed with Exception:

waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
|
geb.waiting.WaitTimeoutException: condition did not pass in 15.0 seconds (failed with exception)

2.2. Functionality of Component Variant: Inline with Share Tool Box IGNORED

Result: IGNORED Time: 0

URL:

  • 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 = "#atstbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
  • Where:

2.3. Functionality of Component Variant: Inline with Follow Tool Box IGNORED

Result: IGNORED Time: 0

URL:

  • 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 = "#atftbx"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
  • Where:

2.4. Functionality of Component Variant: Inline with Tip Jar IGNORED

Result: IGNORED Time: 0

URL:

  • 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 = "#attj"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
  • Where:

Result: IGNORED Time: 0

URL:

  • 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 = ".at4-recommendedbox-outer-container"
  • 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 embeded component

1
assert $(selector).size() > 0
  • Where:

2.6. Functionality of Component Variant: Default IGNORED

Result: IGNORED Time: 0

URL:

  • 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 = "#image6"
  • 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 embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
  • Where: