Automation JT
)).toEqual(true); - expect(wrapper.find('WorkflowOutputNode__Elapsed').text()).toBe('00:00:07'); + expect(wrapper.find('WorkflowOutputNode Elapsed').text()).toBe('00:00:07'); }); test('node contents displayed correctly when Job Template deleted', () => { const wrapper = mountWithContexts( @@ -88,7 +88,7 @@ describe('WorkflowOutputNode', () => { ); expect(wrapper.contains(Automation JT 2
)).toEqual(true); - expect(wrapper.find('WorkflowOutputNode__Elapsed').text()).toBe('00:00:07'); + expect(wrapper.find('WorkflowOutputNode Elapsed').text()).toBe('00:00:07'); }); test('node contents displayed correctly when Job deleted', () => { const wrapper = mountWithContexts( diff --git a/awx/ui_next/src/screens/Login/Login.jsx b/awx/ui_next/src/screens/Login/Login.jsx index 51617be26c..ff0254b848 100644 --- a/awx/ui_next/src/screens/Login/Login.jsx +++ b/awx/ui_next/src/screens/Login/Login.jsx @@ -7,7 +7,7 @@ import { LoginForm, LoginPage as PFLoginPage } from '@patternfly/react-core'; import { RootAPI } from '../../api'; import { BrandName } from '../../variables'; -import brandLogo from '../../../images/brand-logo.svg'; +import brandLogo from './brand-logo.svg'; const LoginPage = styled(PFLoginPage)` & .pf-c-brand { diff --git a/awx/ui_next/src/screens/Login/brand-logo.svg b/awx/ui_next/src/screens/Login/brand-logo.svg new file mode 100644 index 0000000000..6d80915fb6 --- /dev/null +++ b/awx/ui_next/src/screens/Login/brand-logo.svg @@ -0,0 +1,232 @@ + + + diff --git a/awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx index 978fbeed86..1d579fb85d 100644 --- a/awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx +++ b/awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx @@ -92,7 +92,10 @@ describe('