]
Tomáš Sedmík updated JBTIS-996:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Fuse: Error in project creation
-------------------------------
Key: JBTIS-996
URL:
https://issues.jboss.org/browse/JBTIS-996
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: Fuse IDE, QE
Affects Versions: 4.4.0.Final
Reporter: Tomáš Sedmík
Assignee: Tomáš Sedmík
Priority: Critical
Fix For: 4.4.0.Final
Attachments: Screenshot from 2016-11-28 10-49-57.png
Original Estimate: 1 hour
Remaining Estimate: 1 hour
I hit an issue with _ConfigurationsEditorDataFormatsTest_. Project creation in before
test fails with
{code}
org.jboss.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 900 s.:
shell with title matching Matcher matching widget which text matches: "New Fuse
Integration Project" is available
at org.jboss.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:183)
at org.jboss.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:136)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:101)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:71)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:56)
at org.jboss.reddeer.common.wait.WaitWhile.<init>(WaitWhile.java:45)
at org.jboss.reddeer.jface.wizard.WizardDialog.finish(WizardDialog.java:69)
at org.jboss.tools.fuse.ui.bot.test.utils.ProjectFactory.create(ProjectFactory.java:79)
at
org.jboss.tools.fuse.ui.bot.test.ConfigurationsEditorDataFormatsTest.setupData(ConfigurationsEditorDataFormatsTest.java:115)
{code}
(also see attached screenshot)