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