mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove now redundant timer in test
This commit is contained in:
parent
01d6e972fe
commit
ef29fcc41f
1 changed files with 3 additions and 5 deletions
|
@ -92,11 +92,9 @@ define(function (require) {
|
|||
});
|
||||
|
||||
bdd.it('should remove index pattern from url', function indexNotInUrl() {
|
||||
return common.tryForTime(3000, function () {
|
||||
return remote.getCurrentUrl()
|
||||
.then(function (currentUrl) {
|
||||
expect(currentUrl).to.not.contain('logstash-*');
|
||||
});
|
||||
return remote.getCurrentUrl()
|
||||
.then(function (currentUrl) {
|
||||
expect(currentUrl).to.not.contain('logstash-*');
|
||||
})
|
||||
.catch(common.handleError(this));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue