mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Fix broken test
This commit is contained in:
committed by
Shane McDonald
parent
e1b8f30d8f
commit
695787be4e
@@ -72,11 +72,7 @@ describe('<ProjectsListItem />', () => {
|
||||
</table>
|
||||
);
|
||||
|
||||
expect(
|
||||
wrapper.find('.missing-execution-environment').prop('content')
|
||||
).toEqual(
|
||||
'Custom virtual environment /var/lib/awx/env must be replaced by an execution environment.'
|
||||
);
|
||||
expect(wrapper.find('ExclamationTrianglePopover').length).toBe(1);
|
||||
});
|
||||
|
||||
test('launch button hidden from users without start capabilities', () => {
|
||||
|
||||
Reference in New Issue
Block a user