feat(platform): center navigation on vehicle service
This commit is contained in:
@@ -4,6 +4,6 @@ import App from '../App';
|
||||
|
||||
test('renders vehicle platform shell', () => {
|
||||
render(<App />);
|
||||
expect(screen.getByText('车辆数据中台')).toBeInTheDocument();
|
||||
expect(screen.getByText('车辆服务中台')).toBeInTheDocument();
|
||||
expect(screen.getAllByText('总览工作台').length).toBeGreaterThanOrEqual(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user