mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Templating: Fixed recursive url update issue for textbox variable (#26981)
* Templating: Fixed recursive url update issue for textbox variable * Updated link * updated e2e
This commit is contained in:
@@ -12,8 +12,8 @@ e2e.scenario({
|
||||
|
||||
const items: any = [];
|
||||
const expectedItems: string[] = [
|
||||
'__dashboard = Global variables and interpolation',
|
||||
'__dashboard.name = Global variables and interpolation',
|
||||
'__dashboard = Templating - Global variables and interpolation',
|
||||
'__dashboard.name = Templating - Global variables and interpolation',
|
||||
'__dashboard.uid = HYaGDGIMk',
|
||||
'__org.name = Main Org.',
|
||||
'__org.id = 1',
|
||||
|
||||
Reference in New Issue
Block a user