created on Thu Aug 12 17:49:41 UTC 2021 by root

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

0

100.0%

5.658 seconds

1

0

1

2. Features

2.1. Dialog of Component with Content FAIL

Result: FAIL Time: 4.546 seconds

  • Given: Component dialog exist

1
def selector = "coral-dialog"
  • When I open dialog with content

1
go "/${pathSite}/${pathPage}/${componentPath}${pageExtension}${pageExtensionSuffix}"
  • Then The component dialog should render

1
waitFor { $(selector) }
  • And Dialog should be able to open

1
2
showDialogDirect()
report("Dialog should be able to open")
  • When When I select Layout tab

1
2
3
selectDialogTab("Layout")
waitFor { tabSelected("Layout") }
report("Layout tab selected")
  • Then Then it should have the Custom Layout options selected and matching configuration options

1
designRefFull(selector, "tab-layout")
Source

 cq dialog tab layout coral dialog 1024 768 0

Current

 cq dialog tab layout coral dialog 1024 768 0

Diff

 cq dialog tab layout coral dialog 1024 768 0.diff

  • Where:

The following problems occurred:
Condition not satisfied:

designRefFull(selector, "tab-layout")
|             |
false         coral-dialog