zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
38 stars 42 forks source link

Explorer-MVS Integration Test Fails on Node 20 #988

Open MarkAckert opened 4 months ago

MarkAckert commented 4 months ago

Opening issue here per instructions in the zowe/explorer-mvs README.

When updating the explorer-mvs action automation to use Node 20, the below test case fails. Reverting to Node 16 allowed the test to pass, but eventually GHA will force our pipelines to use Node 20 and we'll have to address this. If similar tests exist for the other explorer apps, we may see failures there on Node upgrade.

Test searching for datasets
       Tree searching for datasets
         Should change refresh icon to loading and then back to refresh when clicking refresh icon:

I was unable to setup the integration test environment locally to dig deeper into the underlying cause.