style(aio): lint fixes for examples (#23234)

PR Close #23234
This commit is contained in:
Igor Minar
2018-04-14 02:36:42 -07:00
committed by Jason Aden
parent cb0bfe7a43
commit 2cb74b748f
7 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ describe('Dynamic Form', function () {
element(by.css('select option[value="solid"]')).click();
let saveButton = element.all(by.css('button')).get(0);
saveButton.click().then(function(){
saveButton.click().then(function() {
expect(element(by.xpath("//strong[contains(text(),'Saved the following values')]")).isPresent()).toBe(true);
});
});