Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ helloworld-spec.ts
File
helloworld-spec.ts
integration/platform-server/e2e/src/helloworld-spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{browser, by, element} from
'protractor'
;
2
import
{bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from
'./util'
;
3
4
describe(
'Hello world E2E Tests'
, () => {
Callers
nothing calls this directly
Calls
9
navigateTo
Function · 0.90
verifyNoBrowserErrors
Function · 0.90
bootstrapClientApp
Function · 0.90
beforeEach
Function · 0.85
element
Function · 0.85
getText
Method · 0.80
css
Method · 0.80
describe
Function · 0.50
it
Function · 0.50
Tested by
no test coverage detected