Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ app.e2e-spec.ts
File
app.e2e-spec.ts
adev/src/content/examples/elements/e2e/src/app.e2e-spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{browser, by, element, ElementFinder, ExpectedConditions as EC} from
'protractor'
;
2
3
describe(
'Elements'
, () => {
4
const
messageInput = element(by.css(
'input'
));
Callers
nothing calls this directly
Calls
12
element
Function · 0.85
beforeEach
Function · 0.85
click
Function · 0.85
waitForText
Function · 0.85
css
Method · 0.80
element
Method · 0.80
getText
Method · 0.80
get
Method · 0.65
describe
Function · 0.50
it
Function · 0.50
all
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected