build(bazel): enable manual ts_web_test_suite tests that require static_files (#24279)
PR Close #24279
This commit is contained in:

committed by
Victor Berchet

parent
b750919ce0
commit
d700a409da
@ -26,7 +26,7 @@ class FancyService {
|
||||
|
||||
@Component({
|
||||
selector: 'external-template-comp',
|
||||
templateUrl: '/base/packages/platform-browser/test/static_assets/test.html'
|
||||
templateUrl: '/base/angular/packages/platform-browser/test/static_assets/test.html'
|
||||
})
|
||||
class ExternalTemplateComp {
|
||||
}
|
||||
@ -48,7 +48,7 @@ class BadTemplateUrl {
|
||||
|
||||
it('should run async tests with ResourceLoaders', async(() => {
|
||||
const resourceLoader = new ResourceLoaderImpl();
|
||||
resourceLoader.get('/base/packages/platform-browser/test/static_assets/test.html')
|
||||
resourceLoader.get('/base/angular/packages/platform-browser/test/static_assets/test.html')
|
||||
.then(() => { actuallyDone = true; });
|
||||
}),
|
||||
10000); // Long timeout here because this test makes an actual ResourceLoader.
|
||||
|
Reference in New Issue
Block a user