diff --git a/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts b/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts
index bcc45937b5..83ca846142 100644
--- a/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts
+++ b/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts
@@ -18,7 +18,7 @@ import { createTestShadowDom, getSample } from '../../test-utils';
import { rewriteDocLinks } from '../transformers';
describe('rewriteDocLinks', () => {
- it('contains relative paths', () => {
+ it('should not do anything', () => {
const shadowDom = createTestShadowDom(`
Test
Test
@@ -34,7 +34,7 @@ describe('rewriteDocLinks', () => {
]);
});
- it('contains transformed absolute paths', () => {
+ it('should transform a href with licalhost as baseUrl', () => {
const shadowDom = createTestShadowDom(
`
Test