mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge remote-tracking branch 'origin/migration-id-gen' into migration-id-gen
This commit is contained in:
commit
abe3fffaab
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ export default function ({ getService, getPageObjects }) {
|
|||
describe('context link in discover', () => {
|
||||
before(async () => {
|
||||
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
|
||||
await kibanaServer.uiSettings.update({ 'doc_table:legacy': true });
|
||||
await kibanaServer.uiSettings.update({
|
||||
'doc_table:legacy': true,
|
||||
defaultIndex: 'logstash-*',
|
||||
});
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
|
||||
for (const columnName of TEST_COLUMN_NAMES) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue