CreateImageWizard: Add RHEL10beta search parameter
This means we can easily link to the wizard and pre-select RHEL 10 Beta which will be nice for the release announcement blog post.
This commit is contained in:
parent
ccc364b66d
commit
c4a06e2ac9
2 changed files with 8 additions and 0 deletions
|
|
@ -512,6 +512,11 @@ describe('Set release using query parameter', () => {
|
|||
await renderCreateMode({ release: 'rhel8' });
|
||||
await screen.findByText('Red Hat Enterprise Linux (RHEL) 8');
|
||||
});
|
||||
|
||||
test('rhel 10 beta (query parameter provided)', async () => {
|
||||
await renderCreateMode({ release: 'rhel10beta' });
|
||||
await screen.findByText('Red Hat Enterprise Linux (RHEL) 10 Beta');
|
||||
});
|
||||
});
|
||||
|
||||
describe('Set architecture using query parameter', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue