Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ hasOverflowX
Function
hasOverflowX
devtools/cypress/integration/node-selection.e2e.js:88–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
.find(
'.breadcrumbs'
)
87
.then((breadcrumbsContainer) => {
88
const
hasOverflowX = () =>
89
breadcrumbsContainer[0].scrollWidth > breadcrumbsContainer[0].clientWidth;
90
expect(hasOverflowX()).to.be.true;
91
});
92
});
Callers
1
node-selection.e2e.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected