mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
Run the UI prettier tool for CI fix
This commit is contained in:
@@ -295,7 +295,9 @@ describe('<ProjectForm />', () => {
|
|||||||
'FormGroup[label="Source Control Credential Type"] FormSelect'
|
'FormGroup[label="Source Control Credential Type"] FormSelect'
|
||||||
);
|
);
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
scmTypeSelect.invoke('onChange')('svn', { target: { name: 'Subversion' } });
|
scmTypeSelect.invoke('onChange')('svn', {
|
||||||
|
target: { name: 'Subversion' },
|
||||||
|
});
|
||||||
});
|
});
|
||||||
wrapper.update();
|
wrapper.update();
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user