()
| 86 | .find('.breadcrumbs') |
| 87 | .then((breadcrumbsContainer) => { |
| 88 | const hasOverflowX = () => |
| 89 | breadcrumbsContainer[0].scrollWidth > breadcrumbsContainer[0].clientWidth; |
| 90 | expect(hasOverflowX()).to.be.true; |
| 91 | }); |
| 92 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…