mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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>
|
</table>
|
||||||
);
|
);
|
||||||
|
|
||||||
expect(
|
expect(wrapper.find('ExclamationTrianglePopover').length).toBe(1);
|
||||||
wrapper.find('.missing-execution-environment').prop('content')
|
|
||||||
).toEqual(
|
|
||||||
'Custom virtual environment /var/lib/awx/env must be replaced by an execution environment.'
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('launch button hidden from users without start capabilities', () => {
|
test('launch button hidden from users without start capabilities', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user