mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Fix tests
This commit is contained in:
@@ -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!');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user