We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a3257 commit 93510ebCopy full SHA for 93510eb
src/ng/sce.js
@@ -623,7 +623,7 @@ function $SceDelegateProvider() {
623
* <file name="protractor.js" type="protractor">
624
* describe('SCE doc demo', function() {
625
* it('should sanitize untrusted values', function() {
626
- * expect(element(by.css('.htmlComment')).getInnerHtml())
+ * expect(element.all(by.css('.htmlComment')).first().getInnerHtml())
627
* .toBe('<span>Is <i>anyone</i> reading this?</span>');
628
* });
629
*
0 commit comments