Don't use css capitalize

This commit is contained in:
Chi Vinh Le
2018-09-20 17:23:26 +02:00
parent dbd7f4f820
commit 2a640d2bbc
12 changed files with 46 additions and 47 deletions
@@ -140,7 +140,7 @@ exports[`navigates to sign in form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -282,7 +282,7 @@ exports[`navigates to sign up form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -397,7 +397,7 @@ exports[`renders sign in form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -95,7 +95,7 @@ exports[`accepts correct password 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -223,7 +223,7 @@ exports[`accepts valid email 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -364,7 +364,7 @@ exports[`checks for invalid email 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -479,7 +479,7 @@ exports[`renders sign in form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -620,7 +620,7 @@ exports[`shows error when submitting empty form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -735,7 +735,7 @@ exports[`shows server error 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -855,7 +855,7 @@ exports[`shows server error 2`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -970,7 +970,7 @@ exports[`submits form successfully 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -1085,7 +1085,7 @@ exports[`submits form successfully 2`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign in and join the conversation
Sign in to Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -148,7 +148,7 @@ exports[`accepts correct password 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -342,7 +342,7 @@ exports[`accepts correct password confirmation 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -523,7 +523,7 @@ exports[`accepts valid email 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -704,7 +704,7 @@ exports[`accepts valid username 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -898,7 +898,7 @@ exports[`checks for invalid characters in username 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -1092,7 +1092,7 @@ exports[`checks for invalid email 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -1286,7 +1286,7 @@ exports[`checks for too long username 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -1480,7 +1480,7 @@ exports[`checks for too short password 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -1674,7 +1674,7 @@ exports[`checks for too short username 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -1868,7 +1868,7 @@ exports[`checks for wrong password confirmation 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -2010,7 +2010,7 @@ exports[`renders sign up form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -2204,7 +2204,7 @@ exports[`shows error when submitting empty form 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -2346,7 +2346,7 @@ exports[`shows server error 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -2493,7 +2493,7 @@ exports[`shows server error 2`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -2635,7 +2635,7 @@ exports[`submits form successfully 1`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
@@ -2777,7 +2777,7 @@ exports[`submits form successfully 2`] = `
onTouchEnd={[Function]}
type="submit"
>
Sign up and join the conversation
Sign up and Join the Conversation
</button>
<div
className="Flex-root Flex-flex Flex-justifyCenter"