File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ describe('auto-check element', function() {
56
56
} )
57
57
} )
58
58
59
- it ( 'emits success event with message when server returns a non error response' , async function ( ) {
59
+ it ( 'emits a success event with message when server returns a non error response' , async function ( ) {
60
60
const input = document . querySelector ( 'input' )
61
61
triggerChange ( input , 'hub' )
62
62
const event = await once ( input , 'auto-check-success' )
@@ -165,7 +165,7 @@ describe('auto-check element', function() {
165
165
} )
166
166
} )
167
167
168
- it ( "doesn't set input as invalid the ` required` attribute isn't set" , function ( done ) {
168
+ it ( 'skips validation if required attribute is not present' , function ( done ) {
169
169
const autoCheck = document . querySelector ( 'auto-check' )
170
170
autoCheck . src = '/fail'
171
171
const input = document . querySelector ( 'input' )
You can’t perform that action at this time.
0 commit comments