Skip to content

Commit 57da05e

Browse files
committed
update test cases
1 parent 6839151 commit 57da05e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/basic-test.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
</template>
2828
</test-fixture>
2929

30-
<test-fixture id="label">
31-
<template>
32-
<hipaa-password-input label="Password"></<hipaa-password-input>
33-
</template>
34-
</test-fixture>
35-
3630
<test-fixture id="error">
3731
<template>
3832
<hipaa-password-input auto-validate value="1234" error-message="error message"></hipaa-password-input>
@@ -146,6 +140,7 @@
146140
var showPasswordIcon = Polymer.dom(input.root).querySelector('paper-icon-button');
147141
assert.equal(input.type, 'password', 'Before show password click, type equals password');
148142
});
143+
});
149144

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

0 commit comments

Comments
 (0)