mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Fixing UI general test
This commit is contained in:
@@ -85,7 +85,7 @@ describe('OtherPromptsStep', () => {
|
|||||||
expect(wrapper.find('VerbosityField')).toHaveLength(1);
|
expect(wrapper.find('VerbosityField')).toHaveLength(1);
|
||||||
expect(
|
expect(
|
||||||
wrapper.find('VerbosityField AnsibleSelect').prop('data')
|
wrapper.find('VerbosityField AnsibleSelect').prop('data')
|
||||||
).toHaveLength(5);
|
).toHaveLength(6);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should render show changes toggle', async () => {
|
test('should render show changes toggle', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user