mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Revert "[8.5] Fix time for logs smoke tests in integration test (#145… (#146069)
This commit is contained in:
parent
fe8f40e64b
commit
ee03b4d272
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ import expect from '@kbn/expect';
|
|||
import { FtrProviderContext } from '../../ftr_provider_context';
|
||||
|
||||
export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
||||
const PageObjects = getPageObjects(['common', 'header', 'home', 'timePicker']);
|
||||
const PageObjects = getPageObjects(['common', 'header', 'home']);
|
||||
const logsUi = getService('logsUi');
|
||||
|
||||
describe('upgrade logs smoke tests', function describeIndexTests() {
|
||||
|
@ -27,7 +27,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
await PageObjects.home.launchSampleLogs('logs');
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
await PageObjects.timePicker.setCommonlyUsedTime('Last_1 year');
|
||||
});
|
||||
|
||||
it('should show log streams', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue