Skip to content

Commit

Permalink
chore(test): update snapshots after rtl support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiCalazans committed Aug 22, 2020
1 parent c28c72d commit 1aca458
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __tests__/__snapshots__/Tooltip.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ exports[`Tooltip component should display tooltip on longPress 1`] = `
"left": 0,
"overflow": "visible",
"position": "absolute",
"right": null,
"top": 0,
"width": 0,
}
Expand All @@ -80,6 +81,7 @@ exports[`Tooltip component should display tooltip on longPress 1`] = `
Object {
"left": -7.5,
"position": "absolute",
"right": null,
"top": -2,
}
}
Expand Down Expand Up @@ -120,6 +122,7 @@ exports[`Tooltip component should display tooltip on longPress 1`] = `
"left": -17.999,
"padding": 10,
"position": "absolute",
"right": null,
"top": 10,
"width": 200,
}
Expand Down Expand Up @@ -201,6 +204,7 @@ exports[`Tooltip component should display tooltip when no actionType is provided
"left": 0,
"overflow": "visible",
"position": "absolute",
"right": null,
"top": 0,
"width": 0,
}
Expand All @@ -219,6 +223,7 @@ exports[`Tooltip component should display tooltip when no actionType is provided
Object {
"left": -7.5,
"position": "absolute",
"right": null,
"top": -2,
}
}
Expand Down Expand Up @@ -259,6 +264,7 @@ exports[`Tooltip component should display tooltip when no actionType is provided
"left": -17.999,
"padding": 10,
"position": "absolute",
"right": null,
"top": 10,
"width": 200,
}
Expand Down Expand Up @@ -340,6 +346,7 @@ exports[`Tooltip component should render without issues 1`] = `
"left": 0,
"overflow": "visible",
"position": "absolute",
"right": null,
"top": 0,
"width": 0,
}
Expand All @@ -358,6 +365,7 @@ exports[`Tooltip component should render without issues 1`] = `
Object {
"left": -7.5,
"position": "absolute",
"right": null,
"top": -2,
}
}
Expand Down Expand Up @@ -398,6 +406,7 @@ exports[`Tooltip component should render without issues 1`] = `
"left": -17.999,
"padding": 10,
"position": "absolute",
"right": null,
"top": 10,
"width": 150,
}
Expand Down

0 comments on commit 1aca458

Please sign in to comment.