MTSym

Results 4 comments of MTSym

Tried it with a workaround which seems fine for now. ```java var comboBox = remoteRobot.find(ComboBoxFixture.class, byXpath("//div[@class='JdkComboBox']"), Duration.ofSeconds(2)); comboBox.click(); var list = remoteRobot.find(JListFixture.class, byXpath("//div[@class='MyList']"), Duration.ofSeconds(2)); list.clickItem("18 ", false); ``` So instead...

We stumbled across this Issue today. Kubernetes: 1.27.4 Cert-Manager: 1.12.3 nginxinc-ingress: 3.1.0 When using mergable ingress types (https://github.com/nginxinc/kubernetes-ingress/tree/main/examples/ingress-resources/mergeable-ingress-types) to define a main host and serve multiple applications on subdirectory we...

Yes. I mean you do not need to run the unit tests on GitHub directly you can do that in your own CI too. What I fear and what already...

Running the tests in public would also be great so you and people using the Helm chart can see if an upgrade to a newer version does break something. Unfortunately...