Skip to content

Failed

org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.testController (from org.eclipse.emf.emfstore.client.test.ui.AllUITests)

Failing for the past 1 build (Since #6 )
Took 30 sec.

Error Message

Could not find widget matching: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')

Stacktrace

org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget matching: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:437)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:411)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:399)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:381)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.widget(SWTBotFactory.java:334)
	at org.eclipse.swtbot.swt.finder.SWTBot.button(SWTBot.java:184)
	at org.eclipse.swtbot.swt.finder.SWTBot.button(SWTBot.java:172)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.login(UISessionControllerTest.java:54)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.testController(UISessionControllerTest.java:37)