fix(web): use requested platform title
This commit is contained in:
@@ -16,6 +16,7 @@ describe('V2 production entry', () => {
|
||||
test('renders a static boot shell and recovers when the React entry never becomes ready', () => {
|
||||
expect(indexSource).toContain('id="platform-boot"');
|
||||
expect(indexSource).toContain('rel="icon" type="image/svg+xml" href="/brand-mark.svg"');
|
||||
expect(indexSource).toContain('<title>羚牛车辆数据中台</title>');
|
||||
expect(indexSource).toContain('class="platform-boot-logo" src="/brand-logo.svg"');
|
||||
expect(indexSource).toContain("window.addEventListener('error', fail, true)");
|
||||
expect(indexSource).toContain("window.addEventListener('unhandledrejection', fail)");
|
||||
|
||||
Reference in New Issue
Block a user