add some basic tests

This commit is contained in:
ammarahm-ed
2020-09-28 09:50:12 +05:00
parent fc3ae69edb
commit d7e70655a7
7 changed files with 21 additions and 10 deletions

View File

@@ -58,6 +58,7 @@ export const ContainerBottomButton = ({root}) => {
],
}}>
<PressableButton
testID={"container_bottom_btn"}
color={
containerBottomButton.color
? containerBottomButton.color
@@ -92,6 +93,7 @@ export const ContainerBottomButton = ({root}) => {
size={SIZE.xl}
/>
<Text
testID="container_bottom_btn_text"
style={{
fontSize: SIZE.md,
color: 'white',