Wizard: bring back invlaid group testing in users

This commit is contained in:
Katarina Sieklova 2025-07-15 15:01:58 +02:00 committed by Klara Simickova
parent ccfdb49db2
commit c2e94100db

View file

@ -555,6 +555,11 @@ describe('Import modal', () => {
await screen.findByPlaceholderText('Paste your public SSH key')
)
);
expect(
await screen.findByText(/Invalid user groups: 0000/)
).toBeInTheDocument();
await waitFor(() =>
user.click(screen.getByRole('button', { name: /close 0000/i }))
);