test(input): update snapshots

test(auto-complete): update snapshots
This commit is contained in:
unix
2020-04-29 12:27:05 +08:00
parent 76c3e4011b
commit cb642cd068
3 changed files with 21 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ exports[`Input should be work with icon 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper \\"><input type=\\"text\\" class=\\" right-icon\\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"><span class=\\"input-icon\\"><span>test-icon</span><style>
.input-icon {
@@ -196,6 +197,7 @@ exports[`Input should be work with icon 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div></div>"
`;
@@ -311,6 +313,7 @@ exports[`Input should be work with label 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper right-label\\"><input type=\\"text\\" class=\\" \\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"></div><span class=\\"right\\">label<style>
span {
@@ -422,6 +425,7 @@ exports[`Input should be work with label 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><label><span>Block Label</span><style>
label {
@@ -523,6 +527,7 @@ exports[`Input should be work with label 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div></div>"
`;
@@ -610,6 +615,7 @@ exports[`Input should work with different sizes 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper \\"><input type=\\"text\\" class=\\" \\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"></div></div><style>
.with-label {
@@ -693,6 +699,7 @@ exports[`Input should work with different sizes 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper \\"><input type=\\"text\\" class=\\" \\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"></div></div><style>
.with-label {
@@ -776,6 +783,7 @@ exports[`Input should work with different sizes 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper \\"><input type=\\"text\\" class=\\" \\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"></div></div><style>
.with-label {
@@ -859,6 +867,7 @@ exports[`Input should work with different sizes 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div></div>"
`;
@@ -946,6 +955,7 @@ exports[`Input should work with different status 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper \\"><input type=\\"text\\" class=\\" \\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"></div></div><style>
.with-label {
@@ -1029,6 +1039,7 @@ exports[`Input should work with different status 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div><div class=\\"with-label\\"><div class=\\"input-container \\"><div class=\\"input-wrapper \\"><input type=\\"text\\" class=\\" \\" placeholder=\\"\\" autocomplete=\\"off\\" value=\\"\\"></div></div><style>
.with-label {
@@ -1112,6 +1123,7 @@ exports[`Input should work with different status 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div></div>"
`;

View File

@@ -98,6 +98,7 @@ exports[`InputPassword should render correctly 1`] = `
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}
</style></div>"
`;