fix login page test for @patternfly/react-core 1.43.5

This commit is contained in:
Jake McDermott 2019-01-02 00:56:45 -05:00
parent 70840841c1
commit 8bd85193ab
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -23,7 +23,7 @@ describe('<Login />', () => {
usernameInput = loginWrapper.find('input#pf-login-username-id');
passwordInput = loginWrapper.find('input#pf-login-password-id');
submitButton = loginWrapper.find('Button[type="submit"]');
loginHeaderLogo = loginWrapper.find('LoginHeaderBrand Brand');
loginHeaderLogo = loginPage.find('img');
};
beforeEach(() => {