We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c52971 commit 3d37deeCopy full SHA for 3d37dee
src/library-authoring/collections/CollectionInfoHeader.test.tsx
@@ -81,7 +81,7 @@ describe('<CollectionInfoHeader />', () => {
81
expect(textBox).not.toBeInTheDocument();
82
});
83
84
- it('should show error on edit collection tittle', async () => {
+ it('should show error on edit collection title', async () => {
85
const library = await mockContentLibrary(mockContentLibrary.libraryId);
86
render(<CollectionInfoHeader library={library} collection={mockCollectionHit} />);
87
const url = api.getLibraryCollectionApiUrl(library.id, mockCollectionHit.blockId);
0 commit comments