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

@@ -63,8 +63,8 @@ describe('<Login />', () => {
mountLogin();
findChildren();
expect(loginHeaderLogo.length).toBe(1);
expect(loginHeaderLogo.props().src).toBe('tower-logo-header.svg');
expect(loginHeaderLogo.props().alt).toBe('Ansible Tower');
expect(loginHeaderLogo.props().src).toBe('brand-logo.svg');
expect(loginHeaderLogo.props().alt).toBe('AWX');
});
test('state maps to un/pw input value props', () => {