Skip to content

Commit

Permalink
Remove debug log lines
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Jun 21, 2023
1 parent d2ae592 commit 1d54ec8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/functional/apps/dashboard/create_and_add_embeddables.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,13 @@ export default function ({ getService, getPageObjects }) {

describe('create and add embeddables', () => {
before(async () => {
console.log('1');
await opensearchArchiver.load('dashboard/current/opensearch_dashboards');
console.log('2');
await opensearchDashboardsServer.uiSettings.replace({
defaultIndex: '0bf35f60-3dc9-11e8-8660-4d65aa086b3c',
});
console.log('3');
await PageObjects.common.navigateToApp('dashboard');
console.log('4');
await PageObjects.dashboard.preserveCrossAppState();
console.log('5');
await PageObjects.dashboard.loadSavedDashboard('few panels');
console.log('6');
});

describe('add new visualization link', () => {
Expand Down

0 comments on commit 1d54ec8

Please sign in to comment.