Wizard: add details for Satellite token expiration
This commit adds a more detailed information about when does the token used in Satellite command expire.
This commit is contained in:
parent
daa6e59bc0
commit
4192ada532
3 changed files with 61 additions and 37 deletions
|
|
@ -435,7 +435,7 @@ describe('Registration request generated correctly', () => {
|
|||
);
|
||||
|
||||
const expiredTokenHelper = await screen.findByText(
|
||||
/The token is already expired or will expire by next day. Expiration date/i
|
||||
/The token is expired. Expiration date/i
|
||||
);
|
||||
await waitFor(() => expect(expiredTokenHelper).toBeInTheDocument());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue