Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit a551b84

Browse files
committed
Updated snapshots
1 parent 01e56f1 commit a551b84

File tree

1 file changed

+52
-7
lines changed

1 file changed

+52
-7
lines changed

src/__tests__/__snapshots__/storybook.test.ts.snap

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,21 +1026,66 @@ exports[`Storyshots Login onlyInput 1`] = `
10261026
</div>
10271027
`;
10281028

1029+
exports[`Storyshots Profile default 1`] = `
1030+
<div
1031+
className="page-content container"
1032+
>
1033+
<div
1034+
className="px-1 w-100 mt-1 mb-3 "
1035+
>
1036+
<div
1037+
className="w-100 title-action"
1038+
>
1039+
<h1
1040+
className="mr-1 h4"
1041+
>
1042+
My Profile
1043+
</h1>
1044+
<button
1045+
className="btn btn-primary"
1046+
disabled={false}
1047+
onClick={[Function]}
1048+
type="button"
1049+
>
1050+
<img
1051+
alt="edit icon"
1052+
className="pr-2"
1053+
src="edit_white_24dp.svg"
1054+
/>
1055+
Edit
1056+
</button>
1057+
</div>
1058+
</div>
1059+
<div
1060+
className="profile-information-display p-0 w-100"
1061+
>
1062+
<h2
1063+
className="h3 pb-3"
1064+
/>
1065+
<dl>
1066+
<dt>
1067+
Username
1068+
</dt>
1069+
<dd />
1070+
<dt>
1071+
Groups
1072+
</dt>
1073+
<dd />
1074+
</dl>
1075+
</div>
1076+
</div>
1077+
`;
1078+
10291079
exports[`Storyshots Registration default 1`] = `
10301080
<div
1031-
className="h-100 container"
1081+
className="container"
10321082
id="registrationContainer"
1033-
style={
1034-
Object {
1035-
"position": "relative",
1036-
}
1037-
}
10381083
>
10391084
<div
10401085
className="row"
10411086
>
10421087
<div
1043-
className="col-md-6 offset-md-3"
1088+
className="px-3 w-100"
10441089
>
10451090
<h1>
10461091
Create new account

0 commit comments

Comments
 (0)