mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
Fix broken test
This commit is contained in:
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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user