-
Notifications
You must be signed in to change notification settings - Fork 34
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 #2
Comments
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. |
@wanghy -- any update on the status of this? I know you guys are working through a huge backlog |
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]:
|
This is related to #11 |
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: