mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
Change give feedback copy to title case (#1177)
This commit is contained in:
committed by
Álison Fernandes
parent
3a7ef240b0
commit
166a39354a
@@ -4,7 +4,7 @@
|
|||||||
<string name="duo_title" translatable="false">Duo</string>
|
<string name="duo_title" translatable="false">Duo</string>
|
||||||
<string name="duo_org_title" translatable="false">Duo (%1$s)</string>
|
<string name="duo_org_title" translatable="false">Duo (%1$s)</string>
|
||||||
<!-- TODO BIT-2140: Update typeform strings -->
|
<!-- TODO BIT-2140: Update typeform strings -->
|
||||||
<string name="give_feedback" translatable="false">Give feedback</string>
|
<string name="give_feedback" translatable="false">Give Feedback</string>
|
||||||
<string name="continue_to_give_feedback" translatable="false">Continue to Give feedback?</string>
|
<string name="continue_to_give_feedback" translatable="false">Continue to Give Feedback?</string>
|
||||||
<string name="continue_to_provide_feedback" translatable="false">Select continue to provide feedback on your experience in a web form.</string>
|
<string name="continue_to_provide_feedback" translatable="false">Select continue to provide feedback on your experience in a web form.</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ class OtherScreenTest : BaseComposeTest() {
|
|||||||
@Test
|
@Test
|
||||||
fun `on give feedback click should display confirmation dialog and confirm click should emit GiveFeedbackClick`() {
|
fun `on give feedback click should display confirmation dialog and confirm click should emit GiveFeedbackClick`() {
|
||||||
composeTestRule.onNode(isDialog()).assertDoesNotExist()
|
composeTestRule.onNode(isDialog()).assertDoesNotExist()
|
||||||
composeTestRule.onNodeWithText("Give feedback").performClick()
|
composeTestRule.onNodeWithText("Give Feedback").performClick()
|
||||||
composeTestRule.onNode(isDialog()).assertExists()
|
composeTestRule.onNode(isDialog()).assertExists()
|
||||||
composeTestRule
|
composeTestRule
|
||||||
.onAllNodesWithText("Continue")
|
.onAllNodesWithText("Continue")
|
||||||
|
|||||||
Reference in New Issue
Block a user