kibana/test/functional
Matt Bargar f6cb00a6f3
Allow sorting on multiple columns in Discover (#41918)
This commit enables sorting on multiple columns in Discover and in saved search panels on dashboards. The UI is simple and should be familiar based on the way multi-sort works in other common applications like file explorers. Each sortable column has a sort icon indicating which way it is sorted (or unsorted, in the case of two arrows pointing both up and down). Sort priority is determined by which column was clicked most recently, with the most recent being the lowest priority.
2019-08-02 17:18:54 -04:00
..
apps Allow sorting on multiple columns in Discover (#41918) 2019-08-02 17:18:54 -04:00
fixtures/es_archiver Support for date_nanos type timestamps in context view (#38023) 2019-06-11 15:04:54 +02:00
page_objects FTR: fix testSubjects.missingOrFail (#42290) 2019-07-31 00:19:15 +02:00
screenshots
services [ftr/cheerio] improve cheerio types to include test subject me… (#42534) 2019-08-02 13:08:20 -07:00
config.firefox.js
config.js GoodBye Notifier (#41663) 2019-07-23 18:26:50 +02:00
ftr_provider_context.d.ts [WIP] FTR Percy changes (#36897) 2019-06-14 10:35:23 -06:00
README.md Creates functional test README files (#42389) 2019-07-31 15:41:15 -04:00

Kibana Functional Testing

See our Functional Testing Guide