Merge pull request #97 from arthurvr/tests

Followup fix to the tests
This commit is contained in:
Addy Osmani
2015-06-01 21:34:09 +01:00

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!');
});