Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed May 27, 2020
1 parent 7edc687 commit fc91d23
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ exports[`NetworkSettings should render correctly 1`] = `
"fontWeight": "400",
"padding": 10,
},
Object {},
Object {
"width": "99%",
},
]
}
testID="input-network-name"
Expand Down Expand Up @@ -126,7 +128,9 @@ exports[`NetworkSettings should render correctly 1`] = `
"fontWeight": "400",
"padding": 10,
},
Object {},
Object {
"width": "99%",
},
]
}
testID="input-rpc-url"
Expand Down Expand Up @@ -163,7 +167,9 @@ exports[`NetworkSettings should render correctly 1`] = `
"fontWeight": "400",
"padding": 10,
},
Object {},
Object {
"width": "99%",
},
]
}
/>
Expand Down Expand Up @@ -197,7 +203,9 @@ exports[`NetworkSettings should render correctly 1`] = `
"fontWeight": "400",
"padding": 10,
},
Object {},
Object {
"width": "99%",
},
]
}
testID="input-network-symbol"
Expand Down Expand Up @@ -232,7 +240,9 @@ exports[`NetworkSettings should render correctly 1`] = `
"fontWeight": "400",
"padding": 10,
},
Object {},
Object {
"width": "99%",
},
]
}
/>
Expand Down

0 comments on commit fc91d23

Please sign in to comment.