Fix tests

This commit is contained in:
Arthur Verschaeve
2015-05-31 17:35:29 +02:00
parent 3d7b50abc4
commit 9c5a6c0147

View File

@@ -43,7 +43,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
test('Welcome, Welcome!', function() {
header = greeting.querySelector('h1');
assert.equal(header.textContent, 'Welcome, Welcome!');
assert.equal(header.textContent, 'Welcome!');
});
});