mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
75a176996f
commit
fd40428a18
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@ export default function ({ getService, loadTestFile, getPageObjects }) {
|
|||
loadTestFile(require.resolve('./_embed_mode'));
|
||||
loadTestFile(require.resolve('./_full_screen_mode'));
|
||||
loadTestFile(require.resolve('./_dashboard_filter_bar'));
|
||||
loadTestFile(require.resolve('./_dashboard_filtering'));
|
||||
|
||||
// TODO: unskip when https://github.com/elastic/kibana/issues/20442 is fixed
|
||||
//loadTestFile(require.resolve('./_dashboard_filtering'));
|
||||
|
||||
loadTestFile(require.resolve('./_panel_expand_toggle'));
|
||||
loadTestFile(require.resolve('./_dashboard_grid'));
|
||||
loadTestFile(require.resolve('./_dashboard_snapshots'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue