Skip to content

Commit

Permalink
Update x-pack/test/functional/apps/discover_log_explorer/customizatio…
Browse files Browse the repository at this point in the history
…n.ts

Co-authored-by: Felix Stürmer <[email protected]>
  • Loading branch information
tonyghiani and weltenwort authored Jun 27, 2023
1 parent 7d605a7 commit 8184fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await kibanaServer.uiSettings.unset('doc_table:legacy');
});

describe('when Discover is load with the log-explorer profile', () => {
describe('when Discover is loaded with the log-explorer profile', () => {
it('DatasetSelector should replace the DataViewPicker', async () => {
// Assert does not render on discover app
await PageObjects.common.navigateToApp('discover');
Expand Down

0 comments on commit 8184fb9

Please sign in to comment.