mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
ref(tests): Minor fix to use self-closing input HTML tag (#36667)
This commit is contained in:
@@ -166,7 +166,7 @@ describe('SelectorEngine', () => {
|
||||
'<span>lorem</span>',
|
||||
'<a>lorem</a>',
|
||||
'<button>lorem</button>',
|
||||
'<input />',
|
||||
'<input>',
|
||||
'<textarea></textarea>',
|
||||
'<select></select>',
|
||||
'<details>lorem</details>'
|
||||
|
Reference in New Issue
Block a user