mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Remove console.log
Remove console.log
This commit is contained in:
@@ -288,8 +288,6 @@ describe('<ProjectForm />', () => {
|
||||
});
|
||||
await waitForElement(wrapper, 'ContentLoading', el => el.length === 0);
|
||||
|
||||
console.log(wrapper.debug());
|
||||
|
||||
const scmTypeSelect = wrapper.find(
|
||||
'FormGroup[label="Source Control Credential Type"] FormSelect'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user