mirror of
https://github.com/bitwarden/android.git
synced 2026-06-01 10:16:47 -05:00
BIT-479: Fix minor New Send bugs (#236)
This commit is contained in:
@@ -175,7 +175,10 @@ class NewSendScreenTest : BaseComposeTest() {
|
||||
@Test
|
||||
fun `options sections should start hidden and show after options clicked`() {
|
||||
composeTestRule
|
||||
.onNodeWithText("Deletion date")
|
||||
.onNodeWithContentDescription("Deletion date", substring = true)
|
||||
.assertDoesNotExist()
|
||||
composeTestRule
|
||||
.onNodeWithContentDescription("Expiration date", substring = true)
|
||||
.assertDoesNotExist()
|
||||
composeTestRule
|
||||
.onNodeWithText("Maximum access count")
|
||||
@@ -197,7 +200,10 @@ class NewSendScreenTest : BaseComposeTest() {
|
||||
.performScrollTo()
|
||||
.performClick()
|
||||
composeTestRule
|
||||
.onNodeWithText("Deletion date", useUnmergedTree = true)
|
||||
.onNodeWithContentDescription("Deletion date", substring = true)
|
||||
.assertExists()
|
||||
composeTestRule
|
||||
.onNodeWithContentDescription("Expiration date", substring = true)
|
||||
.assertExists()
|
||||
composeTestRule
|
||||
.onNodeWithText("Maximum access count")
|
||||
|
||||
Reference in New Issue
Block a user