@@ -2285,7 +2285,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2285
2285
}
2286
2286
2287
2287
@Test
2288
- fun `clicking New Custom Field button should allow creation of Linked type` () {
2288
+ fun `clicking Add field button should allow creation of Linked type` () {
2289
2289
mutableStateFlow.value = DEFAULT_STATE_LOGIN
2290
2290
2291
2291
// Expand the additional options UI before interacting with it
@@ -2294,7 +2294,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2294
2294
.performClick()
2295
2295
2296
2296
composeTestRule
2297
- .onNodeWithTextAfterScroll(text = " New custom field" )
2297
+ .onNodeWithTextAfterScroll(text = " Add field" )
2298
2298
.performClick()
2299
2299
2300
2300
composeTestRule
@@ -2869,7 +2869,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2869
2869
}
2870
2870
2871
2871
@Test
2872
- fun `clicking New Custom Field button should allow creation of Text type` () {
2872
+ fun `clicking Add field button should allow creation of Text type` () {
2873
2873
mutableStateFlow.value = DEFAULT_STATE_SECURE_NOTES
2874
2874
2875
2875
// Expand the additional options UI before interacting with it
@@ -2878,7 +2878,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2878
2878
.performClick()
2879
2879
2880
2880
composeTestRule
2881
- .onNodeWithTextAfterScroll(text = " New custom field" )
2881
+ .onNodeWithTextAfterScroll(text = " Add field" )
2882
2882
.performClick()
2883
2883
2884
2884
composeTestRule
@@ -2910,7 +2910,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2910
2910
}
2911
2911
2912
2912
@Test
2913
- fun `clicking New Custom Field button should not display linked type` () {
2913
+ fun `clicking Add field button should not display linked type` () {
2914
2914
mutableStateFlow.value = DEFAULT_STATE_SECURE_NOTES
2915
2915
2916
2916
// Expand the additional options UI before interacting with it
@@ -2919,7 +2919,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2919
2919
.performClick()
2920
2920
2921
2921
composeTestRule
2922
- .onNodeWithTextAfterScroll(text = " New custom field" )
2922
+ .onNodeWithTextAfterScroll(text = " Add field" )
2923
2923
.performClick()
2924
2924
2925
2925
composeTestRule
@@ -2933,7 +2933,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2933
2933
}
2934
2934
2935
2935
@Test
2936
- fun `clicking New Custom Field button should allow creation of Boolean type` () {
2936
+ fun `clicking Add field button should allow creation of Boolean type` () {
2937
2937
mutableStateFlow.value = DEFAULT_STATE_SECURE_NOTES
2938
2938
2939
2939
// Expand the additional options UI before interacting with it
@@ -2942,7 +2942,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2942
2942
.performClick()
2943
2943
2944
2944
composeTestRule
2945
- .onNodeWithTextAfterScroll(text = " New custom field" )
2945
+ .onNodeWithTextAfterScroll(text = " Add field" )
2946
2946
.performClick()
2947
2947
2948
2948
composeTestRule
@@ -2974,7 +2974,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2974
2974
}
2975
2975
2976
2976
@Test
2977
- fun `clicking New Custom Field button should allow creation of Hidden type` () {
2977
+ fun `clicking Add field button should allow creation of Hidden type` () {
2978
2978
mutableStateFlow.value = DEFAULT_STATE_SECURE_NOTES
2979
2979
2980
2980
// Expand the additional options UI before interacting with it
@@ -2983,7 +2983,7 @@ class VaultAddEditScreenTest : BaseComposeTest() {
2983
2983
.performClick()
2984
2984
2985
2985
composeTestRule
2986
- .onNodeWithTextAfterScroll(text = " New custom field" )
2986
+ .onNodeWithTextAfterScroll(text = " Add field" )
2987
2987
.performClick()
2988
2988
2989
2989
composeTestRule
0 commit comments