Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
7f1aee1c
Commit
7f1aee1c
authored
Aug 28, 2015
by
Aurelien Pupier
Browse files
BS-14178: improve robustness of SWTBot framework to avoid issue ;when
integrated in test suite
parent
912e6e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/org.bonitasoft.studio.swtbot.framework/src/org/bonitasoft/studio/swtbot/framework/diagram/general/connectors/BotAddConnectorDialog.java
View file @
7f1aee1c
...
...
@@ -45,7 +45,7 @@ public class BotAddConnectorDialog extends BotWizardDialog {
* @param pConnectorId
*/
public
void
selectConnector
(
final
String
pConnectorId
)
{
bot
.
tree
().
select
(
0
);
bot
.
tree
().
select
(
"All"
);
bot
.
table
().
select
(
pConnectorId
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment