Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sricharan123 committed Oct 3, 2016
1 parent 6839151 commit 57da05e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/basic-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
</template>
</test-fixture>

<test-fixture id="label">
<template>
<hipaa-password-input label="Password"></<hipaa-password-input>
</template>
</test-fixture>

<test-fixture id="error">
<template>
<hipaa-password-input auto-validate value="1234" error-message="error message"></hipaa-password-input>
Expand Down Expand Up @@ -146,6 +140,7 @@
var showPasswordIcon = Polymer.dom(input.root).querySelector('paper-icon-button');
assert.equal(input.type, 'password', 'Before show password click, type equals password');
});
});

suite('password icon test when clicks', function() {

Expand Down

0 comments on commit 57da05e

Please sign in to comment.