feat(platform): expose deployed release
This commit is contained in:
@@ -7476,7 +7476,8 @@ test('shows production AMap integration status on realtime page', async () => {
|
||||
amapWebJsConfigured: true,
|
||||
amapSecurityProxyEnabled: true,
|
||||
amapSecurityCodeExposed: false,
|
||||
amapSecurityServiceHost: '/_AMapService'
|
||||
amapSecurityServiceHost: '/_AMapService',
|
||||
platformRelease: 'platform-20260704153005'
|
||||
}
|
||||
},
|
||||
traceId: 'trace-test',
|
||||
@@ -7557,6 +7558,8 @@ test('shows production AMap integration status on realtime page', async () => {
|
||||
expect(screen.getAllByText('已配置').length).toBeGreaterThan(0);
|
||||
expect(screen.getByText('安全代理')).toBeInTheDocument();
|
||||
expect(screen.getByText('/_AMapService')).toBeInTheDocument();
|
||||
expect(screen.getByText('当前版本')).toBeInTheDocument();
|
||||
expect(screen.getByText('platform-20260704153005')).toBeInTheDocument();
|
||||
expect(screen.getByText('定位覆盖')).toBeInTheDocument();
|
||||
expect(screen.getByText('1 / 2')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user