test: Enable tests

This enables test for the Repositories step.
This commit is contained in:
regexowl 2024-01-19 11:25:54 +01:00 committed by Lucas Garfield
parent c2363e3046
commit c9e124b8c1
2 changed files with 302 additions and 289 deletions

View file

@ -120,9 +120,9 @@ describe('Create Image Wizard', () => {
await screen.findByRole('button', { name: 'Image output' });
await screen.findByRole('button', { name: 'Register' });
// await screen.findByRole('button', { name: 'File system configuration' });
// await screen.findByRole('button', { name: 'Content' });
await screen.findByRole('button', { name: 'Content' });
// await screen.findByRole('button', { name: 'Additional Red Hat packages' });
// await screen.findByRole('button', { name: 'Custom repositories' });
await screen.findByRole('button', { name: 'Custom repositories' });
await screen.findByRole('button', { name: 'Details' });
// await screen.findByRole('button', { name: 'Review' });
});
@ -868,14 +868,13 @@ describe('Step Upload to AWS', () => {
await clickNext();
// skip oscap
await clickNext();
// skip repositories
await clickNext();
// // skip fsc
// await clickNext();
// // skip packages
// await clickNext();
};
// // skip fsc
// await clickNext();
// // skip packages
// await clickNext();
// // skip repositories
// await clickNext();
// };
test('image name invalid for more than 63 chars', async () => {
await setUp();