feat(techdocs) fix test

Signed-off-by: jrwpatterson <jrwpatterson@gmail.com>
This commit is contained in:
jrwpatterson
2023-08-09 12:58:18 +10:00
parent 876a340a20
commit 42e3cc29cc
@@ -400,7 +400,7 @@ describe('<AboutCard />', () => {
expect(screen.getByText('View TechDocs').closest('a')).toHaveAttribute(
'href',
'/docs/default/System/example',
'/docs/default/system/example',
);
});