AA-723: progress tab locked content experience (#426)

This commit is contained in:
Carla Duarte
2021-05-03 13:11:22 -04:00
committed by GitHub
parent 5af20067b8
commit 72168b56f8
21 changed files with 324 additions and 165 deletions

View File

@@ -70,7 +70,7 @@ describe('Sequence Navigation', () => {
expect(testData.onNavigate).not.toHaveBeenCalled();
// TODO: Not sure if this is working as expected, because the `contentType="lock"` will be overridden by the value
// from Redux. To make this provide a `fa-icon` lock we could introduce something like `overriddenContentType`.
expect(unitButton.firstChild).toHaveClass('fa-edit');
expect(unitButton.firstChild.firstChild).toHaveClass('fa-edit');
});
it('renders correctly and handles unit button clicks', () => {