You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using the Kubernetes Service instead of the Ingress URL for the GRAFANA_URL variable, the test fails since it looks for the URL to resemble ${GRAFANA_URL}/login but in selenium, it would not include the port so it would be expecting the port to show.
This is the part of the code where this could be fixed:
If using the Kubernetes Service instead of the Ingress URL for the GRAFANA_URL variable, the test fails since it looks for the URL to resemble
${GRAFANA_URL}/login
but in selenium, it would not include the port so it would be expecting the port to show.This is the part of the code where this could be fixed:
marinera-e2e/src/test/java/org/fiware/marinerae2e/StepDefinitions.java
Lines 139 to 143 in 8220873
The text was updated successfully, but these errors were encountered: