Wizard: add satellite registration, add jwt-decode
The jwt decode dependency helps us to keep track of the token that is present in the Satellite command. jwt-decode is the most popular dependency for the job, and very easy to use.
This commit is contained in:
parent
739c0538fe
commit
a4034e8787
21 changed files with 20892 additions and 6818 deletions
|
|
@ -21,7 +21,7 @@ test.describe.serial('test', () => {
|
|||
await frame.getByRole('heading', {
|
||||
name: 'Register systems using this image',
|
||||
});
|
||||
await page.getByTestId('automatically-register-checkbox').uncheck();
|
||||
await page.getByTestId('register-later-radio').click();
|
||||
await frame.getByRole('button', { name: 'Next', exact: true }).click();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue