-
Bug
-
Resolution: Done
-
Critical
-
6.1.0
Description of problem:
This issue is only for automated tests on IE. We use Selenium and its IE driver for testing jBPM Designer on IE browser.
It seems that there is some collision between IE driver and jBPM Designer.
Our problem is that even if the name is successfully entered into input (Mandatory property or property 'Name' in Properties bar) the name of the element is not shown on canvas. (Run attached reproducer)
This is the key functionality of our tests (a naming of elements) and it is broken since 6.0.2 ER3 BPMS.
Our tests work fine for 6.0.2 ER2 BPMS.
Unfortunately, I am not able to build a community project, right now to investigate where the problem is.
Version-Release number of selected component (if applicable):
6.0.2 ER3 until now 6.1.0 DR3
How reproducible:
When IE driver is active.
Steps to Reproduce:
1. Run reproducer with $mvn clean test -Pie
2. Get a results from surefire plugin
3. Test fails
Actual results:
Start node does not contain desired name.
Expected results:
Start node contains desired name
Additional info:
Run this reproducer with firefox on linux ($mvn clean test -Pfirefox). Test is success.