mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
doh - remove .only
This commit is contained in:
parent
be0050b6f2
commit
966b732d39
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ define(function (require) {
|
|||
var $ = require('jquery');
|
||||
require('directives/input_focus');
|
||||
|
||||
describe.only('Input focus directive', function () {
|
||||
describe('Input focus directive', function () {
|
||||
var $compile, $rootScope, $timeout, element;
|
||||
var $el, selectedEl, selectedText;
|
||||
var inputValue = 'Input Text Value';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue