Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
BionIT committed Feb 1, 2024
1 parent d3bf162 commit a9bef36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import { ImportSummary } from './import_summary';
// eslint-disable-next-line @osd/eslint/no-restricted-paths
import { DataSourcePicker } from '../../../../../data_source_management/public/components/data_source_picker/data_source_picker.js';

const CREATE_NEW_COPIES_DEFAULT = true;
const CREATE_NEW_COPIES_DEFAULT = false;
const OVERWRITE_ALL_DEFAULT = true;

export interface FlyoutProps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ export function SavedObjectsPageProvider({ getService, getPageObjects }: FtrProv

if (!overwriteAll) {
log.debug(`Toggling overwriteAll`);
await testSubjects.click(
'savedObjectsManagement-importModeControl-createNewCopiesDisabled'
);

Check failure on line 62 in test/functional/page_objects/management/saved_objects_page.ts

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Delete `········`
const radio = await testSubjects.find(
'savedObjectsManagement-importModeControl-overwriteRadioGroup'
);
Expand Down

0 comments on commit a9bef36

Please sign in to comment.