On Thu, 12 Jan 2023 06:23:37 GMT, Tejesh R <[email protected]> wrote: >> Since in aqua the fallback text is handled already and in aqua there is a >> sub panel which handles the Approve button, I excluded it. > > Also, `getDefaultApproveButton()` returns null for Aqua L&F, to include Aqua > in the test we can use `getApproveButtonText()`.
Here you are. [JDK-8300084](https://bugs.openjdk.org/browse/JDK-8300084): AquaFileChooserUI.getDefaultButton returns null Now you can fix this bug so that Aqua L&F doesn't return null and add that bugid to this test. ------------- PR: https://git.openjdk.org/jdk/pull/11901
