diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-09-24 10:52:33 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-09-25 10:38:40 +0200 |
| commit | 11a84c93cd222f736fc4188f88c11945b6c92de3 (patch) | |
| tree | 1d7d02fe572fdfd6ed548b8b4728d2345d8da551 /android/app | |
| parent | dd5918b22127bc0cd735de18676e281a385d34f5 (diff) | |
| download | mullvadvpn-11a84c93cd222f736fc4188f88c11945b6c92de3.tar.xz mullvadvpn-11a84c93cd222f736fc4188f88c11945b6c92de3.zip | |
Fix select location test
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/LocationBottomSheet.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/LocationBottomSheet.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/LocationBottomSheet.kt index 2cc07cfa86..77ced712a4 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/LocationBottomSheet.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/LocationBottomSheet.kt @@ -37,6 +37,7 @@ import net.mullvad.mullvadvpn.compose.util.showSnackbarImmediately import net.mullvad.mullvadvpn.lib.model.CustomListId import net.mullvad.mullvadvpn.lib.model.CustomListName import net.mullvad.mullvadvpn.lib.model.RelayItem +import net.mullvad.mullvadvpn.lib.ui.tag.SELECT_LOCATION_CUSTOM_LIST_BOTTOM_SHEET_TEST_TAG import net.mullvad.mullvadvpn.lib.ui.tag.SELECT_LOCATION_LOCATION_BOTTOM_SHEET_TEST_TAG import net.mullvad.mullvadvpn.relaylist.canAddLocation @@ -183,6 +184,7 @@ private fun EditCustomListBottomSheet( onBackgroundColor = onBackgroundColor, sheetState = sheetState, onDismissRequest = { closeBottomSheet(false) }, + modifier = Modifier.testTag(SELECT_LOCATION_CUSTOM_LIST_BOTTOM_SHEET_TEST_TAG), ) { HeaderCell(text = customList.name, background = backgroundColor) HorizontalDivider(color = onBackgroundColor) |
