Fix broken test

This commit is contained in:
mabashian
2021-06-21 13:14:18 -04:00
committed by Shane McDonald
parent e1b8f30d8f
commit 695787be4e

View File

@@ -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', () => {