e2e: Migrates query variable CRUD tests to new framework (#21146)

* Refactor: Adds params to visit

* Refactor: Restructures exported Pages somewhat

* Refactor: Moves more into new framework but holdup because of bugs in digest

* Refactor: Finish migrating templating e2e tests to new framework

* Refactor: Changes after merge with master

* Refactor: Removes weird change

* Refactor: Adds duplication test

* Refactor: Adds move down and move up variable asserts

* Refactor: Adds some test to value select dropdown
This commit is contained in:
Hugo Häggmark
2019-12-18 06:13:58 +01:00
committed by GitHub
parent 331bc173cc
commit 841cffbe9a
27 changed files with 853 additions and 121 deletions

View File

@@ -43,7 +43,7 @@ module.directive('grafanaPanel', ($rootScope, $document, $timeout) => {
const panelContent = elem.find('.panel-content');
const cornerInfoElem = elem.find('.panel-info-corner');
const ctrl = scope.ctrl;
ctrl.selectors = e2e.pages.Panels.Panel.selectors;
ctrl.selectors = e2e.pages.Dashboard.Panels.Panel.selectors;
let infoDrop: any;
let panelScrollbar: any;