refactor: BEM convention for reset password (#906)
Description: Need to implement BEM convention for reset password page VAN-1423
This commit is contained in:
@@ -127,7 +127,7 @@ const RecommendationsPage = (props) => {
|
||||
</div>
|
||||
)
|
||||
: (
|
||||
<Spinner animation="border" variant="primary" className="centered-align-spinner" />
|
||||
<Spinner animation="border" variant="primary" className="spinner--position-centered" />
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
|
||||
@@ -112,7 +112,7 @@ describe('RecommendationsPageTests', () => {
|
||||
getPersonalizedRecommendations.mockImplementation(() => Promise.resolve(mockedResponse));
|
||||
await act(async () => {
|
||||
const recommendationsPage = mount(reduxWrapper(<IntlRecommendationsPage {...defaultProps} />));
|
||||
expect(recommendationsPage.find('.centered-align-spinner').exists()).toBeTruthy();
|
||||
expect(recommendationsPage.find('.spinner--position-centered').exists()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user