diff options
| author | Laurent Redor | 2017-09-08 13:43:14 +0000 |
|---|---|---|
| committer | Laurent Redor | 2017-09-11 15:10:37 +0000 |
| commit | 8756c943f0a17d6e1cef939cf2f8ac1676b779fb (patch) | |
| tree | 13a81549903912c9a428e28faab654bf12331635 | |
| parent | a5ec902ef53717bf1cebe9d4beb9a7f80b4dc783 (diff) | |
| download | org.eclipse.sirius-8756c943f0a17d6e1cef939cf2f8ac1676b779fb.tar.gz org.eclipse.sirius-8756c943f0a17d6e1cef939cf2f8ac1676b779fb.tar.xz org.eclipse.sirius-8756c943f0a17d6e1cef939cf2f8ac1676b779fb.zip | |
[520632] Remove snap in tests when it is not expected
Bug: 520632
Change-Id: I3e1698126fb8de2233c30c3d6c030612724657b3
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/GroupElementsInOneOtherTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/GroupElementsInOneOtherTests.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/GroupElementsInOneOtherTests.java index a815c6b368..32909c8ce1 100644 --- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/GroupElementsInOneOtherTests.java +++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/GroupElementsInOneOtherTests.java @@ -100,7 +100,7 @@ public class GroupElementsInOneOtherTests extends AbstractSiriusSwtBotGefTestCas localSession = designerPerspective.openSessionFromFile(sessionAirdResource); bot.viewById("org.eclipse.ui.views.ContentOutline").close(); SWTBotUtils.waitAllUiEvents(); - editor = (SWTBotSiriusDiagramEditor) openRepresentation(localSession.getOpenedSession(), FIRST_REPRESENTATION_NAME, FIRST_REPRESENTATION_INSTANCE_NAME, DDiagram.class); + editor = (SWTBotSiriusDiagramEditor) openRepresentation(localSession.getOpenedSession(), FIRST_REPRESENTATION_NAME, FIRST_REPRESENTATION_INSTANCE_NAME, DDiagram.class, true, true); editor.scrollTo(0, 0); |
