[release-11.5.5] Dashboard: Support TemplateSrv.containsTemplate in scenes context (#104182)

* Dashboard: Support TemplateSrv.containsTemplate in scenes context (#104072)

(cherry picked from commit 82184686dc)

* remove flaky

* Update public/app/features/templating/template_srv.ts

Co-authored-by: Scott Lepper <scott.lepper@gmail.com>

---------

Co-authored-by: Scott Lepper <scott.lepper@gmail.com>
This commit is contained in:
Haris Rozajac
2025-04-24 14:52:12 -06:00
committed by GitHub
co-authored by Scott Lepper
parent 684227f7a5
commit 4042e67bfd
3 changed files with 34 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ describe('Loki Query Editor', () => {
e2e.flows.revertAllChanges();
});
it('Autocomplete features should work as expected.', () => {
// flaky test
it.skip('Autocomplete features should work as expected.', () => {
addDataSource();
cy.intercept(/labels?/, (req) => {