feat: move plugin workspace into project settings
This commit is contained in:
@@ -105,8 +105,8 @@ describe('MainLayout module isolation', () => {
|
||||
expect(screen.getByTestId('titlebar-stub')).toHaveAttribute('data-overlay', 'false');
|
||||
});
|
||||
|
||||
it('keeps the canonical plugin workspace outside the local project initialization gate', () => {
|
||||
renderLayout('/plugins');
|
||||
it('keeps the project-settings plugin workspace outside the local project initialization gate', () => {
|
||||
renderLayout('/project-config/plugins');
|
||||
|
||||
expect(screen.getByTestId('route-content')).toBeVisible();
|
||||
expect(screen.queryByTestId('project-initialization-gate')).not.toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user