Details
-
Bug
-
Resolution: Fixed
-
Critical
-
12.10.5, 13.2
-
None
-
Integration
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
Description
There's multiple tests that keeps failing when executing them on chrome:
[ERROR] Errors: [ERROR] AllITs$NestedAppsLiveTableIT>AppsLiveTableIT.setUp:73->AppsLiveTableIT.createApplication:86 » NoSuchElement [ERROR] AllITs$NestedLiveTableGeneratorIT>LiveTableGeneratorIT.titleField:120 » NoSuchElement [ERROR] AllITs$NestedStaticListClassFieldIT>StaticListClassFieldIT.itemsEditor:117 » NoSuchElement [ERROR] AllITs$NestedStaticListClassFieldIT>StaticListClassFieldIT.multipleSelect:166 » NoSuchElement [ERROR] AllITs$NestedWizardIT>WizardIT.createApplication:151 » NoSuchElement no such e... [ERROR] AllITs$NestedWizardIT>WizardIT.goBackToFirstStep:334 » NoSuchElement no such e... [INFO]
Some of those tests already have Jira issues for flickering behaviour, but the StaticListClassFieldIT don't so I have investigated a bit more on them, and it appears that they're failing on chrome because the drag&drop doesn't behave properly:
the test expect a drag&drop of a "Static List" field, and we obtain a drag&drop of a "Long text" field.
Maybe the other test are also failing because of this behaviour.