mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Discover] Unskip field popover flaky tests (#165641)
- Closes https://github.com/elastic/kibana/issues/165608 150x https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3061
This commit is contained in:
parent
a0404d67fb
commit
2b78d6fbad
2 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,7 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/165608
|
||||
describe.skip('field distribution', () => {
|
||||
describe('field distribution', () => {
|
||||
before(async () => {
|
||||
await PageObjects.unifiedFieldList.toggleSidebarSection('empty'); // it will allow to render more fields in Available fields section
|
||||
});
|
||||
|
|
|
@ -95,6 +95,7 @@ export class UnifiedFieldListPageObject extends FtrService {
|
|||
}
|
||||
|
||||
public async clickFieldListItem(field: string) {
|
||||
await this.testSubjects.moveMouseTo(`field-${field}`);
|
||||
await this.testSubjects.click(`field-${field}`);
|
||||
|
||||
await this.waitUntilFieldPopoverIsOpen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue