Commit 2d614342 authored by matthew.mogford's avatar matthew.mogford

Updated test snapshot for main spec

Apologies for not doing it first time.
parent 90438f49
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
exports[`PullToRefresh spec App shows PullToRefresh 1`] = ` exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
<div <div
id="ptr-parent"
style={ style={
Object { Object {
"WebkitOverflowScrolling": "touch", "WebkitOverflowScrolling": "touch",
...@@ -14,6 +15,7 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = ` ...@@ -14,6 +15,7 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
} }
> >
<div <div
id="ptr-pull-down"
style={ style={
Object { Object {
"left": 0, "left": 0,
...@@ -30,6 +32,7 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = ` ...@@ -30,6 +32,7 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
</div> </div>
</div> </div>
<div <div
id="ptr-container"
style={ style={
Object { Object {
"WebkitOverflowScrolling": "touch", "WebkitOverflowScrolling": "touch",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment