Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency committed Oct 31, 2024
1 parent ab1506a commit 8575c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`N8nInput > should render correctly 1`] = `
<!--v-if-->
<div class="el-input__wrapper">
<!-- prefix slot -->
<!--v-if--><input class="el-input__inner" name="input" rows="2" title="" type="text" autocomplete="off" tabindex="0" placeholder=""><!-- suffix slot --> <
<!--v-if--><input class="el-input__inner" name="input" rows="2" title="" maxlength="Infinity" type="text" autocomplete="off" tabindex="0" placeholder=""><!-- suffix slot --> <
<!--v-if-->
</div><!-- append slot -->
<!--v-if-->
Expand Down

0 comments on commit 8575c00

Please sign in to comment.