Arthur Verschaeve
2015-06-01 20:20:25 +02:00
parent 430019977b
commit e8b707c175

View File

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