chore: migrate XSLT Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:43:53 +02:00
parent a4322ef81f
commit e2142ccb94
9 changed files with 46 additions and 30 deletions

View File

@@ -72,7 +72,7 @@ describe('toolbox shell integration', () => {
screen
.getByRole('link', { name: 'Source for XSLT tools on Gitea' })
.getAttribute('href')
).toBe('https://git.add-ideas.de/zemion/xslt-tools');
).toBe('https://git.add-ideas.de/lotobo/xslt-tools');
expect(screen.getByText('Personalize')).toBeTruthy();
expect(screen.getByText('Apps')).toBeTruthy();
});