You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
expect(element(by.id('title')).getText()).toBe('Inclusive Hint Example');
16
-
expect(element(by.id('console')).getText().getText()).toBe('Angular best practices are to manipulate the DOM in the view. See: (https://github.com/angular/angular-hint-dom/blob/master/README.md) Expand to view manipulated properties and line numbers.');
24
+
expect(element(by.id('console')).getText()).toContain('Angular best practices are to manipulate the DOM in the view.');
0 commit comments