test: only test against content sources

This commit is contained in:
Sanne Raymaekers 2024-05-16 12:22:34 +02:00 committed by Klara Simickova
parent 9b03fa6882
commit 0e74de53fa
4 changed files with 83 additions and 584 deletions

View file

@ -1219,7 +1219,7 @@ describe('Click through all steps', () => {
await searchForAvailablePackages(searchbox, 'test');
await user.click(
await screen.findByRole('option', {
name: /test-sources summary for test package/,
name: /test summary for test package/,
})
);
await user.click(
@ -1360,7 +1360,7 @@ describe('Click through all steps', () => {
],
custom_repositories: custom_repos,
payload_repositories: payload_repos,
packages: ['test-sources'],
packages: ['test'],
subscription: {
'activation-key': 'name0',
insights: true,