Skip to content

Commit

Permalink
address more error
Browse files Browse the repository at this point in the history
  • Loading branch information
BionIT committed Feb 1, 2024
1 parent 7ec0d82 commit e5ebac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/functional/apps/dashboard/time_zones.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ export default function ({ getService, getPageObjects }) {
await PageObjects.settings.navigateTo();
await PageObjects.settings.clickOpenSearchDashboardsSavedObjects();
await PageObjects.savedObjects.importFile(
path.join(__dirname, 'exports', 'timezonetest_6_2_4.json')
path.join(__dirname, 'exports', 'timezonetest_6_2_4.json'),
true,
true
);
await PageObjects.savedObjects.checkImportSucceeded();
await PageObjects.common.navigateToApp('dashboard');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export default function ({ getService, getPageObjects }) {
it('should import saved objects mgmt', async function () {
await PageObjects.settings.clickOpenSearchDashboardsSavedObjects();
await PageObjects.savedObjects.importFile(
path.join(__dirname, 'exports', 'mgmt_import_objects.json')
path.join(__dirname, 'exports', 'mgmt_import_objects.json'),
true,
true
);
await PageObjects.settings.associateIndexPattern(
'4c3f3c30-ac94-11e8-a651-614b2788174a',
Expand Down

0 comments on commit e5ebac6

Please sign in to comment.