style: rebuild ui shell with stable minimalist layout
This commit is contained in:
@@ -29,7 +29,7 @@ describe('App login gate', () => {
|
||||
await loginIntoPanel(user);
|
||||
|
||||
expect(screen.getByRole('navigation', { name: /primary/i })).toBeInTheDocument();
|
||||
expect(screen.getByText(/control panel/i)).toBeInTheDocument();
|
||||
expect(screen.getByRole('heading', { name: /3proxy ui/i })).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('opens add-user flow in a modal and closes it on escape', async () => {
|
||||
|
||||
Reference in New Issue
Block a user