Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Fix another test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Feb 27, 2018
1 parent 5bf0f57 commit 39914dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shady-dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@
});

test('setting textContent to undefined should set it to the empty string', function() {
var testElement = document.createElement('x-project');
var testElement = createEnabledElement('x-project');
testElement.textContent = undefined;
ShadyDOM.flush();
assert.equal(testElement.textContent, '', 'text content should be set to empty string in case of setting it to undefined');
Expand Down

0 comments on commit 39914dd

Please sign in to comment.