OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Mac automated UI test failure: missing diagnostic in server.env #972

Open turkeylurkey opened 2 weeks ago

turkeylurkey commented 2 weeks ago

A valid key is added to server.env but an invalid value is specified. It seems the diagnostic is not displayed. This is intermittent. image Even the project tree agrees. image

GradleSingleModLSTest > testDiagnosticInServerEnv() FAILED java.lang.RuntimeException: Hover on text: NONE did not trigger a pop-up window to open at io.openliberty.tools.intellij.it.UIBotTestUtils.hoverInAppServerCfgFile(UIBotTestUtils.java:828) at io.openliberty.tools.intellij.it.SingleModLibertyLSTestCommon.testDiagnosticInServerEnv(SingleModLibertyLSTestCommon.java:339) ...

Caused by: com.intellij.remoterobot.utils.WaitForConditionTimeoutException: Exceeded timeout (PT5S) for condition function (Failed to find 'Container' by '//div[@class='HeavyWeightWindow']//div[@class='JEditorPane']' in 5s) ... at io.openliberty.tools.intellij.it.fixtures.ProjectFrameFixture.getDiagnosticPane(ProjectFrameFixture.java:259) at io.openliberty.tools.intellij.it.UIBotTestUtils.hoverInAppServerCfgFile(UIBotTestUtils.java:810)