-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEST unable to click on menus under Mac OS X / Java 7 #11
Comments
Comment by alexruiz from Friday Aug 24, 2012 at 18:24 GMT Thanks a lot, Martin, for filing this bug. Yvonne and I will be taking a look at it shortly. I would take us a little more time than usual though. We haven't touched the code base for more than a year, so some re-learning will be necessary. We also need to migrate the project to Java 7. |
Comment by martinrleon from Tuesday Oct 02, 2012 at 17:01 GMT @wanghy -- any update on the status of this? I know you guys are working through a huge backlog |
Comment by alexruiz from Tuesday Oct 02, 2012 at 17:16 GMT If you haven't heard from us, there are no updates. We will get there, Cheers, On Tue, Oct 2, 2012 at 10:01 AM, martinrleon [email protected]:
|
Check if #25 causes this. |
Reopen or open new if problem still exists. |
Issue by martinrleon from Friday Aug 24, 2012 at 16:58 GMT
Originally opened as alexruiz/fest-swing-1.x#2
I am trying to run FEST tests under Mac OS X 10.7.4 x86_64 using Oracle Corporation 1.7.0_06
The Oracle JDK for OS X is available at [http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1637583.html]
When trying to click on a menu item FEST returns the following Exception:
Running on:
Exception in thread "main" org.fest.swing.exception.ActionFailedException: Clicking on menu item <javax.swing.JMenu[name=null, text='File', selected=false, enabled=true, visible=true, showing=true]> never showed a pop-up menu
at org.fest.swing.exception.ActionFailedException.actionFailure(ActionFailedException.java:33)
at org.fest.swing.driver.JMenuItemDriver.ensurePopupIsShowing(JMenuItemDriver.java:137)
at org.fest.swing.driver.JMenuItemDriver.click(JMenuItemDriver.java:73)
at org.fest.swing.driver.JMenuItemDriver.activateParentIfIsAMenu(JMenuItemDriver.java:97)
at org.fest.swing.driver.JMenuItemDriver.show(JMenuItemDriver.java:79)
at org.fest.swing.driver.JMenuItemDriver.click(JMenuItemDriver.java:71)
at org.fest.swing.fixture.JMenuItemFixture.click(JMenuItemFixture.java:84)
at com.test.NewSwingAppTest.doFESTtest(NewSwingAppTest.java:42)
at com.test.NewSwingAppTest.main(NewSwingAppTest.java:16)
See the code below:
The text was updated successfully, but these errors were encountered: