aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap')
-rw-r--r--vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap28
1 files changed, 10 insertions, 18 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap
index e5c4ebe5..e2e36e24 100644
--- a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap
+++ b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap
@@ -49,17 +49,6 @@ Array [
</a>,
<div
id="dialogt"
- style={
- Object {
- "backgroundColor": "rgba(0, 0, 0, 0.3)",
- "bottom": 0,
- "left": 0,
- "padding": 50,
- "position": "fixed",
- "right": 0,
- "top": 0,
- }
- }
>
<div
id="dialogw"
@@ -156,8 +145,9 @@ Array [
onSubmit={[Function]}
>
<input
- className="signinput"
+ class="input"
name="username"
+ onBlur={[Function]}
onChange={[Function]}
placeholder="Username..."
type="text"
@@ -165,19 +155,21 @@ Array [
/>
<br />
<input
- className="signinput"
+ class="input"
name="password"
+ onBlur={[Function]}
onChange={[Function]}
placeholder="Password..."
type="password"
value=""
/>
<br />
- <input
- className="signsubmit"
- type="submit"
- value="OK"
- />
+ <button
+ className="Button"
+ onClick={[Function]}
+ >
+ OK
+ </button>
</form>
</div>
</div>