Skip to content

Commit b026311

Browse files
committed
updated snapshots
1 parent daf03b0 commit b026311

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

packages/vue/__tests__/__snapshots__/exports.spec.ts.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ exports[`@aws-amplify/ui-vue exports should match snapshot 1`] = `
88
"Authenticator",
99
"AuthenticatorForceNewPasswordFormFields",
1010
"AuthenticatorSignUpFormFields",
11+
"BaseAlert",
12+
"BaseBox",
13+
"BaseFieldSet",
14+
"BaseFooter",
15+
"BaseForm",
16+
"BaseHeading",
17+
"BaseInput",
18+
"BaseLabel",
19+
"BaseSelect",
20+
"BaseSpacer",
21+
"BaseText",
22+
"BaseTwoTabItem",
23+
"BaseTwoTabs",
24+
"BaseWrapper",
1125
"ConfirmResetPassword",
1226
"ConfirmSignIn",
1327
"ConfirmSignUp",

packages/vue/src/components/__tests__/__snapshots__/authenticator.spec.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,7 @@ exports[`authenticator renders verifyUser subcomponent 1`] = `
12841284
12851285
<input
12861286
aria-invalid="false"
1287+
checked=""
12871288
class="amplify-input amplify-field-group__control amplify-visually-hidden amplify-radio__input"
12881289
data-amplify-input=""
12891290
data-amplify-verify-input=""

packages/vue/src/components/__tests__/__snapshots__/password-control.spec.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ exports[`PasswordControl should render as expected when showPassword button is c
106106
name="password"
107107
placeholder="Password"
108108
required=""
109+
type="text"
109110
/>
110111
111112
</div>

packages/vue/src/components/__tests__/__snapshots__/verify-user.spec.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ exports[`VerifyUser renders as expected 1`] = `
6363
6464
<input
6565
aria-invalid="false"
66+
checked=""
6667
class="amplify-input amplify-field-group__control amplify-visually-hidden amplify-radio__input"
6768
data-amplify-input=""
6869
data-amplify-verify-input=""

0 commit comments

Comments
 (0)