created on Thu Aug 12 17:40:06 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

26.734 seconds

1

0

1

2. Features

2.1. Authoring of Component FAIL

Result: FAIL Time: 24.416 seconds

  • Given: Component has already been inserted

1
def selector = "#contenttemplate1"
  • When I am on the Component showcase page

1
TouchUIEditor page = waitForTouchUIPage(language)
  • Then The component should be on showcase page

1
waitFor { withFrame(TouchUIEditor.PAGE_FRAME_CONTENT) { $(selector) } }
  • And All dialogs are closed

1
2
page.Editor.isDialogOpen(compileComponentPath()) == false
report("All dialogs are closed")
  • And I open the dialog box

1
page.Editor.showDialog(compileComponentPath())
  • Then I should be able to see component author dialog

1
2
page.Editor.isDialogOpen(compileComponentPath()) == true
report("I should be able to see component author dialog")
  • When I close the dialog box

1
page.Editor.closeDialog(compileComponentPath())
  • Then I should be able to close component author dialog

1
2
page.Editor.isDialogOpen(compileComponentPath()) == false
report("I should be able to close component author dialog")
The following problems occurred:
Condition failed with Exception:

page.Editor.showDialog(compileComponentPath())
|    |      |          |
|    |      |          /content/aemdesign-showcase/au/en/component/content/contenttemplate/jcr:content/article/par/contentblock1/par/contenttemplate
|    |      geb.waiting.WaitTimeoutException: condition did not pass in 5.0 seconds (failed with exception)
|    support.page.ui.touch.TouchUIEditor -> Editor: support.page.ui.touch.Editor
support.page.ui.touch.TouchUIEditor