Apply capitalization guidelines - iteration 8 (#12343) (#12454)

This commit is contained in:
Michael S. Molina
2021-01-22 02:46:18 -03:00
committed by GitHub
parent d9388d4535
commit 217034e990
22 changed files with 92 additions and 92 deletions

View File

@@ -73,13 +73,13 @@ describe('AnnotationLayerModal', () => {
const addWrapper = await mountAndWait({});
expect(
addWrapper.find('[data-test="annotation-layer-modal-title"]').text(),
).toEqual('Add Annotation Layer');
).toEqual('Add annotation layer');
});
it('renders edit header when layer prop is included', () => {
expect(
wrapper.find('[data-test="annotation-layer-modal-title"]').text(),
).toEqual('Edit Annotation Layer Properties');
).toEqual('Edit annotation layer properties');
});
it('renders input element for name', () => {