We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6e4f88 + 167ff32 commit 891fc97Copy full SHA for 891fc97
1 file changed
tests/e2e/80-sbomscanner.spec.ts
@@ -64,7 +64,7 @@ test('Install UI extension', { tag: '@sbom' }, async({ page, ui }) => {
64
const apps = new RancherAppsPage(page)
65
await page.getByTestId('extensions-page-menu').click()
66
await page.getByText('Manage Repositories', { exact: true }).click()
67
- await apps.addRepository({ name: 'sbomscanner-extension-github', url: 'https://neuvector.github.io/security-ui-exts/' })
+ await apps.addRepository({ name: 'sbomscanner-extension-github', url: 'https://rancher.github.io/security-ui-exts/' })
68
})
69
}
70
0 commit comments