Setup Maestro and add first tests.

Also configure CI
This commit is contained in:
Benoit Marty 2023-01-12 17:36:42 +01:00 committed by Benoit Marty
parent 2288f61108
commit de6532e073
15 changed files with 187 additions and 1 deletions

View file

@ -48,7 +48,7 @@ internal fun ShowkaseButton(
.size(16.dp),
onClick = onCloseClicked,
) {
Icon(imageVector = Icons.Filled.Close, contentDescription = "")
Icon(imageVector = Icons.Filled.Close, contentDescription = "Close showkase button")
}
}
}