1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(UI): Add repository url to Helm chart installation list items (#769)

This commit is contained in:
James Player 2025-06-05 10:14:39 +12:00 committed by GitHub
parent 24ff7a7911
commit caac45b834
3 changed files with 11 additions and 28 deletions

View file

@ -99,7 +99,7 @@ describe('HelmTemplatesSelectedItem', () => {
expect(screen.getByText('test-chart')).toBeInTheDocument();
expect(screen.getByText('Test Chart Description')).toBeInTheDocument();
expect(screen.getByText('Clear selection')).toBeInTheDocument();
expect(screen.getByText('Helm')).toBeInTheDocument();
expect(screen.getByText('https://example.com')).toBeInTheDocument();
});
it('should toggle custom values editor', async () => {