Skip to content

Commit

Permalink
Update Pill Organism test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samsam-026 committed Apr 22, 2019
1 parent c8344ca commit 14e63cc
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 84 deletions.
108 changes: 66 additions & 42 deletions __tests__/organisms/__snapshots__/PillView.android.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -160,21 +160,29 @@ exports[`renders PillView with icons 1`] = `
</View>
<RCTScrollView>
<View>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
<View
style={
Object {
"opacity": 1,
}
>
View 1
</Text>
}
>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
}
>
View 1
</Text>
</View>
</View>
</View>
</RCTScrollView>
Expand Down Expand Up @@ -317,21 +325,29 @@ exports[`renders PillView with titles 1`] = `
</View>
<RCTScrollView>
<View>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
<View
style={
Object {
"opacity": 1,
}
>
View 1
</Text>
}
>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
}
>
View 1
</Text>
</View>
</View>
</View>
</RCTScrollView>
Expand Down Expand Up @@ -540,21 +556,29 @@ exports[`renders PillView with titles and icons 1`] = `
</View>
<RCTScrollView>
<View>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
<View
style={
Object {
"opacity": 1,
}
>
View 1
</Text>
}
>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
}
>
View 1
</Text>
</View>
</View>
</View>
</RCTScrollView>
Expand Down
108 changes: 66 additions & 42 deletions __tests__/organisms/__snapshots__/PillView.ios.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,29 @@ exports[`renders PillView with icons 1`] = `
</View>
<RCTScrollView>
<View>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
<View
style={
Object {
"opacity": 1,
}
>
View 1
</Text>
}
>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
}
>
View 1
</Text>
</View>
</View>
</View>
</RCTScrollView>
Expand Down Expand Up @@ -319,21 +327,29 @@ exports[`renders PillView with titles 1`] = `
</View>
<RCTScrollView>
<View>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
<View
style={
Object {
"opacity": 1,
}
>
View 1
</Text>
}
>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
}
>
View 1
</Text>
</View>
</View>
</View>
</RCTScrollView>
Expand Down Expand Up @@ -543,21 +559,29 @@ exports[`renders PillView with titles and icons 1`] = `
</View>
<RCTScrollView>
<View>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
<View
style={
Object {
"opacity": 1,
}
>
View 1
</Text>
}
>
<View>
<Text
style={
Array [
Object {
"color": "#000",
"fontSize": 16,
"fontWeight": "normal",
"textAlign": "left",
},
]
}
>
View 1
</Text>
</View>
</View>
</View>
</RCTScrollView>
Expand Down

0 comments on commit 14e63cc

Please sign in to comment.