mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix 5.x tests - something accidentally got back rted that shouldn't have. (#11207)
This commit is contained in:
parent
d5c5f1af67
commit
e4f9f3848c
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await PageObjects.settings
|
||||
.addScriptedField(scriptedPainlessFieldName2, 'painless', 'date',
|
||||
{ format: 'Date', datePattern: 'YYYY-MM-DD HH:00' }, '1',
|
||||
'doc[\'utc_time\'].value.getMillis() + (1000) * 60 * 60');
|
||||
'doc[\'utc_time\'].value + (1000) * 60 * 60');
|
||||
await retry.try(async function() {
|
||||
expect(parseInt(await PageObjects.settings.getScriptedFieldsTabCount())).to.be(startingCount + 1);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue