swtbot: Fix CopyToClipboardTest
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 7 Aug 2015 17:46:23 +0000 (13:46 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 7 Aug 2015 19:49:07 +0000 (15:49 -0400)
commit59b8da2d6370727c0d7f93744aba9259fb08cffe
treeb33feb8e9e068e648ca2d6a0f687d6998f6bc41d
parent8b4318bb80a6b7f4fc1cb82155339e7ebfc10fae
swtbot: Fix CopyToClipboardTest

The table sometimes did not react fast enough to the selection to remove
the Copy to Clipboard item from its context menu. The condition is
changed to wait until the item is no longer found and won't fail even if
the item is still found for a short time.

Also temporarily fixed to handle the consequences of SWTBot Bug 474063.

Change-Id: I6db683abbcec3ec86d4b70c67b6abcf588cd5783
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/53426
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/CopyToClipboardTest.java
This page took 0.02731 seconds and 5 git commands to generate.