diff --git a/src/core/client/auth/test/__snapshots__/navigation.spec.tsx.snap b/src/core/client/auth/test/__snapshots__/navigation.spec.tsx.snap index c3c5fe4ed..47693769e 100644 --- a/src/core/client/auth/test/__snapshots__/navigation.spec.tsx.snap +++ b/src/core/client/auth/test/__snapshots__/navigation.spec.tsx.snap @@ -216,7 +216,7 @@ exports[`navigates to sign up form 1`] = ` Username
A unique identifier displayed on your comments. You may use “_” and “.”
@@ -239,7 +239,7 @@ exports[`navigates to sign up form 1`] = ` PasswordMust be at least 8 characters
diff --git a/src/core/client/auth/test/__snapshots__/signUp.spec.tsx.snap b/src/core/client/auth/test/__snapshots__/signUp.spec.tsx.snap index 6293da7d8..2450ce71f 100644 --- a/src/core/client/auth/test/__snapshots__/signUp.spec.tsx.snap +++ b/src/core/client/auth/test/__snapshots__/signUp.spec.tsx.snap @@ -56,7 +56,7 @@ exports[`accepts correct password 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -92,7 +92,7 @@ exports[`accepts correct password 1`] = ` PasswordMust be at least 8 characters
@@ -237,7 +237,7 @@ exports[`accepts correct password confirmation 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -273,7 +273,7 @@ exports[`accepts correct password confirmation 1`] = ` PasswordMust be at least 8 characters
@@ -418,7 +418,7 @@ exports[`accepts valid email 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -454,7 +454,7 @@ exports[`accepts valid email 1`] = ` PasswordMust be at least 8 characters
@@ -612,7 +612,7 @@ exports[`accepts valid username 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -635,7 +635,7 @@ exports[`accepts valid username 1`] = ` PasswordMust be at least 8 characters
@@ -793,7 +793,7 @@ exports[`checks for invalid characters in username 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -829,7 +829,7 @@ exports[`checks for invalid characters in username 1`] = ` PasswordMust be at least 8 characters
@@ -987,7 +987,7 @@ exports[`checks for invalid email 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -1023,7 +1023,7 @@ exports[`checks for invalid email 1`] = ` PasswordMust be at least 8 characters
@@ -1181,7 +1181,7 @@ exports[`checks for too long username 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -1217,7 +1217,7 @@ exports[`checks for too long username 1`] = ` PasswordMust be at least 8 characters
@@ -1375,7 +1375,7 @@ exports[`checks for too short password 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -1411,7 +1411,7 @@ exports[`checks for too short password 1`] = ` PasswordMust be at least 8 characters
@@ -1569,7 +1569,7 @@ exports[`checks for too short username 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -1605,7 +1605,7 @@ exports[`checks for too short username 1`] = ` PasswordMust be at least 8 characters
@@ -1763,7 +1763,7 @@ exports[`checks for wrong password confirmation 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -1799,7 +1799,7 @@ exports[`checks for wrong password confirmation 1`] = ` PasswordMust be at least 8 characters
@@ -1944,7 +1944,7 @@ exports[`renders sign up form 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -1967,7 +1967,7 @@ exports[`renders sign up form 1`] = ` PasswordMust be at least 8 characters
@@ -2099,7 +2099,7 @@ exports[`shows error when submitting empty form 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -2135,7 +2135,7 @@ exports[`shows error when submitting empty form 1`] = ` PasswordMust be at least 8 characters
@@ -2280,7 +2280,7 @@ exports[`shows server error 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -2303,7 +2303,7 @@ exports[`shows server error 1`] = ` PasswordMust be at least 8 characters
@@ -2427,7 +2427,7 @@ exports[`shows server error 2`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -2450,7 +2450,7 @@ exports[`shows server error 2`] = ` PasswordMust be at least 8 characters
@@ -2569,7 +2569,7 @@ exports[`submits form successfully 1`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -2592,7 +2592,7 @@ exports[`submits form successfully 1`] = ` PasswordMust be at least 8 characters
@@ -2711,7 +2711,7 @@ exports[`submits form successfully 2`] = ` UsernameA unique identifier displayed on your comments. You may use “_” and “.”
@@ -2734,7 +2734,7 @@ exports[`submits form successfully 2`] = ` PasswordMust be at least 8 characters
diff --git a/src/core/client/stream/components/Comment/Comment.spec.tsx b/src/core/client/stream/components/Comment/Comment.spec.tsx index f8d14f6eb..d9c0a9acf 100644 --- a/src/core/client/stream/components/Comment/Comment.spec.tsx +++ b/src/core/client/stream/components/Comment/Comment.spec.tsx @@ -14,6 +14,7 @@ it("renders username and body", () => { createdAt: "1995-12-17T03:24:00.000Z", topBarRight: "topBarRight", footer: "footer", + showEditedMarker: true, }; const wrapper = shallow(A unique identifier displayed on your comments. You may use “_” and “.”
diff --git a/src/core/client/ui/components/InputDescription/InputDescription.tsx b/src/core/client/ui/components/InputDescription/InputDescription.tsx index d36d5fe7a..ae84ed141 100644 --- a/src/core/client/ui/components/InputDescription/InputDescription.tsx +++ b/src/core/client/ui/components/InputDescription/InputDescription.tsx @@ -11,7 +11,7 @@ const InputDescription: StatelessComponent