Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
testshallpass committed Dec 15, 2018
1 parent baa3f85 commit 191d149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions __tests__/__snapshots__/DropdownAlert-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports[`renders alert with zIndex correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={0.95}
disabled={false}
onLayout={[Function]}
Expand Down Expand Up @@ -153,6 +154,7 @@ exports[`renders custom alert correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={0.95}
disabled={false}
onLayout={[Function]}
Expand Down Expand Up @@ -269,6 +271,7 @@ exports[`renders custom alert with cancel correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={1}
disabled={false}
onLayout={[Function]}
Expand Down Expand Up @@ -413,6 +416,7 @@ exports[`renders error alert correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={0.95}
disabled={false}
onLayout={[Function]}
Expand Down Expand Up @@ -532,6 +536,7 @@ exports[`renders info alert correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={0.95}
disabled={false}
onLayout={[Function]}
Expand Down Expand Up @@ -651,6 +656,7 @@ exports[`renders success alert correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={0.95}
disabled={false}
onLayout={[Function]}
Expand Down Expand Up @@ -770,6 +776,7 @@ exports[`renders warn alert correctly 1`] = `
}
>
<TouchableOpacity
accessible={false}
activeOpacity={0.95}
disabled={false}
onLayout={[Function]}
Expand Down

0 comments on commit 191d149

Please sign in to comment.