mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
dab6bc442d
commit
db59580746
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await listingTable.searchForItemWithName('Afancilenstest');
|
||||
await PageObjects.lens.clickVisualizeListItemTitle('Afancilenstest');
|
||||
await PageObjects.lens.goToTimeRange();
|
||||
await PageObjects.lens.waitForVisualization();
|
||||
|
||||
expect(await PageObjects.lens.getTitle()).to.eql('Afancilenstest');
|
||||
|
||||
|
@ -80,6 +81,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
keepOpen: true,
|
||||
});
|
||||
await PageObjects.lens.addFilterToAgg(`geo.src : CN`);
|
||||
await PageObjects.lens.waitForVisualization();
|
||||
|
||||
// Verify that the field was persisted from the transition
|
||||
expect(await PageObjects.lens.getFiltersAggLabels()).to.eql([`ip : *`, `geo.src : CN`]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue