mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
f681266481
commit
87c792e432
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
beforeEach(async () => {
|
||||
await kibanaServer.importExport.load(ecommerceSOPath);
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
await PageObjects.discover.selectIndexPattern('ecommerce');
|
||||
});
|
||||
|
||||
it('generates a report from a new search with data: default', async () => {
|
||||
|
@ -102,7 +103,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const fromTime = 'Apr 27, 2019 @ 23:56:51.374';
|
||||
const toTime = 'Aug 23, 2019 @ 16:18:51.821';
|
||||
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
|
||||
await PageObjects.discover.selectIndexPattern('ecommerce');
|
||||
await PageObjects.discover.clickNewSearchButton();
|
||||
await retry.try(async () => {
|
||||
expect(await PageObjects.discover.getHitCount()).to.equal('4,675');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue