Wizard: bring back invlaid group testing in users
This commit is contained in:
parent
ccfdb49db2
commit
c2e94100db
1 changed files with 5 additions and 0 deletions
|
|
@ -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 }))
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue