Skip to content

Commit

Permalink
Do not wait for discovery update site availability check in tests (#173)
Browse files Browse the repository at this point in the history
contributes to #123

Signed-off-by: Didier Vojtisek <didier.vojtisek@inria.fr>
  • Loading branch information
dvojtise committed Aug 7, 2019
1 parent d9e58bd commit cfee5cf
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -111,6 +111,9 @@ public class XDSMLPerspective_Test extends AbstractXtextTests {
bot.toolbarButtonWithTooltip("Install GEMOC Components").click
bot.sleep(8000);
bot.shell("GEMOC Components Discovery").setFocus
try {
bot.toolbarButtonWithTooltip("Cancel Operation").click(); // the update site check may be very long -> do not wait
} catch (WidgetNotFoundException e) {}
bot.button("Cancel").click
}

Expand Down

0 comments on commit cfee5cf

Please sign in to comment.