Project 'platform-one/big-bang/bigbang' was moved to 'big-bang/bigbang'. Please update any links and bookmarks that may still have the old path.
Fix Grafana 11.3.0 Cypress Tests for Loki
In Grafana 11.3.0 removed element id
from it's dropdown menu CSS; which is breaking the cypress test cy.get('[id=var-namespace]').click()
since the id
field has been changed.
This is failing the BB Pipeline for updating Grafana big-bang/bigbang!5410 (merged)