Change-Id: I4202b557844e8641bddcf821693c7109b3881bdf
This commit is contained in:
Becky Siegel
2017-05-22 09:59:39 -07:00
parent 9f09b2240f
commit c89e5e31cf
3 changed files with 12 additions and 12 deletions

View File

@@ -197,7 +197,7 @@ limitations under the License.
}); });
test('getCurrentText', () => { test('getCurrentText', () => {
assert.equal(element.getCurrentText(), "test value 1"); assert.equal(element.getCurrentText(), 'test value 1');
}); });
}); });
</script> </script>