Skip to content

Commit

Permalink
Try test without setting discover search field
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jan 28, 2021
1 parent 80c5092 commit 7cf0542
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/functional/apps/home/_sample_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const renderable = getService('renderable');
const dashboardExpect = getService('dashboardExpect');
const PageObjects = getPageObjects(['common', 'header', 'home', 'dashboard', 'timePicker']);
// Added to resolve Failing test: https://github.com/elastic/kibana/issues/89379
const kibanaServer = getService('kibanaServer');

describe('sample data', function describeIndexTests() {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'kibana_sample_admin']);
await kibanaServer.uiSettings.update({
'discover:searchFieldsFromSource': true,
});
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
useActualUrl: true,
});
Expand Down

0 comments on commit 7cf0542

Please sign in to comment.