This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +52
-7
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +52
-7
lines changed Original file line number Diff line number Diff line change @@ -1026,21 +1026,66 @@ exports[`Storyshots Login onlyInput 1`] = `
1026
1026
</div >
1027
1027
` ;
1028
1028
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
+
1029
1079
exports [` Storyshots Registration default 1` ] = `
1030
1080
<div
1031
- className = " h-100 container"
1081
+ className = " container"
1032
1082
id = " registrationContainer"
1033
- style = {
1034
- Object {
1035
- " position" : " relative" ,
1036
- }
1037
- }
1038
1083
>
1039
1084
<div
1040
1085
className = " row"
1041
1086
>
1042
1087
<div
1043
- className = " col-md-6 offset-md-3 "
1088
+ className = " px-3 w-100 "
1044
1089
>
1045
1090
<h1 >
1046
1091
Create new account
You can’t perform that action at this time.
0 commit comments