Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmi2506 committed Feb 5, 2024
1 parent d3c47fc commit ff5fa4b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/js/components/tasks/retrieveMetadata/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,20 +517,6 @@ describe('<RetrieveMetadataModal/>', () => {
expect(nonSourceTrackableElement).not.toBeNull();
});

test('ignore changes for non-source-trackable', () => {
const { getByText, rerender, store } = setup();
fireEvent.click(getByText('Save & Next'));
setup({
org: {
...defaultOrg,
ignored_changes: { Alpha: ['Beta'] },
non_source_changes: { Gamma: ['Delta'] },
},
store,
rerender,
});
});

describe('commit message', () => {
let getters;

Expand Down

0 comments on commit ff5fa4b

Please sign in to comment.