mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
testSettings was requiring DiscoverPage which isn't required and isn't in this PR. Removed it.
This commit is contained in:
parent
bb05070002
commit
68424f32ec
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ define(function (require) {
|
|||
var Common = require('../support/pages/Common');
|
||||
var SettingsPage = require('../support/pages/SettingsPage');
|
||||
var HeaderPage = require('../support/pages/HeaderPage');
|
||||
var DiscoverPage = require('../support/pages/DiscoverPage');
|
||||
var config = require('intern').config;
|
||||
var url = require('intern/dojo/node!url');
|
||||
var _ = require('intern/dojo/node!lodash');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue