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:
Anna Vítová 2025-05-12 11:51:23 +02:00 committed by Klara Simickova
parent daa6e59bc0
commit 4192ada532
3 changed files with 61 additions and 37 deletions

View file

@ -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());