mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Attempt to fix UI test with hg,svn replacement
This commit is contained in:
parent
44e6e9344b
commit
634df240ed
@ -294,6 +294,10 @@ describe('<ProjectForm />', () => {
|
||||
const scmTypeSelect = wrapper.find(
|
||||
'FormGroup[label="Source Control Credential Type"] FormSelect'
|
||||
);
|
||||
await act(async () => {
|
||||
scmTypeSelect.invoke('onChange')('svn', { target: { name: 'Subversion' } });
|
||||
});
|
||||
wrapper.update();
|
||||
await act(async () => {
|
||||
wrapper
|
||||
.find('FormGroup[label="Source Control URL"] input')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user