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:
parent
24ff7a7911
commit
caac45b834
3 changed files with 11 additions and 28 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue