Convert Tower logo/strings to AWX (#253)

Sets up awx logo and strings
This commit is contained in:
Michael Abashian
2019-06-10 14:31:12 -04:00
committed by GitHub
parent 2ae93261d1
commit ffcb655038
23 changed files with 1022 additions and 488 deletions

View File

@@ -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');