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