mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
@@ -74,7 +74,7 @@ describe('<App />', () => {
|
||||
// check about modal content
|
||||
const content = await waitForElement(wrapper, aboutModalContent);
|
||||
expect(content.find('dd').text()).toContain(ansible_version);
|
||||
expect(content.find('pre').text()).toContain(`< Tower ${version} >`);
|
||||
expect(content.find('pre').text()).toContain(`< AWX ${version} >`);
|
||||
|
||||
// close about modal
|
||||
wrapper.find(aboutModalClose).simulate('click');
|
||||
|
||||
Reference in New Issue
Block a user