diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-09-01 16:33:12 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-09-03 15:52:48 +0200 |
| commit | 675394de27138e98c8b171737114779834f7189d (patch) | |
| tree | f7d1301e490f886499b230aef9d1aa5aa17c5cee /android/lib | |
| parent | e266d72875224a0522d50e55f0555a38deb45ff3 (diff) | |
| download | mullvadvpn-675394de27138e98c8b171737114779834f7189d.tar.xz mullvadvpn-675394de27138e98c8b171737114779834f7189d.zip | |
Add connection test for QUIC
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt b/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt index ba022e0edc..9b7be4dc07 100644 --- a/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt +++ b/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt @@ -32,11 +32,15 @@ const val WIREGUARD_OBFUSCATION_SHADOWSOCKS_CELL_TEST_TAG = "wireguard_obfuscation_shadowsocks_cell_test_tag" const val WIREGUARD_OBFUSCATION_UDP_OVER_TCP_CELL_TEST_TAG = "wireguard_obfuscation_udp_over_tcp_cell_test_tag" + +const val WIREGUARD_OBFUSCATION_QUIC_CELL_TEST_TAG = "wireguard_obfuscation_quic_cell_test_tag" // Account screen const val MANAGE_DEVICES_BUTTON_TEST_TAG = "manage_devices_button_test_tag" // SelectLocationScreen, ConnectScreen, CustomListLocationsScreen const val SELECT_LOCATION_SCREEN_TEST_TAG = "select_location_screen_test_tag" + +const val SELECT_LOCATION_LIST_TEST_TAG = "select_location_list_test_tag" const val CIRCULAR_PROGRESS_INDICATOR_TEST_TAG = "circular_progress_indicator_test_tag" const val EXPAND_BUTTON_TEST_TAG = "expand_button_test_tag" const val LOCATION_CELL_TEST_TAG = "location_cell_test_tag" |
