Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/paper-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
test('error message is displayed', function() {
var input = fixture('error');
var errorDiv = getErrorDiv(input);
assert.notEqual(getComputedStyle(error).visibility, 'hidden', 'error is not visibility:hidden');
assert.notEqual(getComputedStyle(errorDiv).visibility, 'hidden', 'error is not visibility:hidden');
});

test('character counter is displayed', function(done) {
Expand Down