diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-05-15 13:54:08 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-05-15 13:54:08 +0200 |
| commit | 1957ca9181c3badffc103166c3d4f668694e0345 (patch) | |
| tree | 8d2988cca39fd83fb7ace454b6bca6348facb9d3 /android/app/src/androidTest | |
| parent | 5cad8a58a60dd5b544ef96820a7be965b9a3febd (diff) | |
| parent | 2658a984765bae7d097b530acf92d47aabe52da1 (diff) | |
| download | mullvadvpn-1957ca9181c3badffc103166c3d4f668694e0345.tar.xz mullvadvpn-1957ca9181c3badffc103166c3d4f668694e0345.zip | |
Merge branch 'design-review-changes'
Diffstat (limited to 'android/app/src/androidTest')
| -rw-r--r-- | android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationScreenTest.kt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationScreenTest.kt b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationScreenTest.kt index 3b259154a4..e03786aef3 100644 --- a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationScreenTest.kt +++ b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationScreenTest.kt @@ -123,7 +123,8 @@ class SelectLocationScreenTest { filterChips = emptyList(), multihopEnabled = false, relayListType = RelayListType.EXIT, - isTopBarActionsEnabled = true, + isSearchButtonEnabled = true, + isFilterButtonEnabled = true, ) ) ) @@ -157,7 +158,8 @@ class SelectLocationScreenTest { filterChips = emptyList(), multihopEnabled = false, relayListType = RelayListType.EXIT, - isTopBarActionsEnabled = true, + isSearchButtonEnabled = true, + isFilterButtonEnabled = true, ) ) ) @@ -188,7 +190,8 @@ class SelectLocationScreenTest { filterChips = emptyList(), multihopEnabled = false, relayListType = RelayListType.EXIT, - isTopBarActionsEnabled = true, + isSearchButtonEnabled = true, + isFilterButtonEnabled = true, ) ), onSelectRelay = mockedOnSelectRelay, @@ -221,11 +224,11 @@ class SelectLocationScreenTest { state = Lc.Content( SelectLocationUiState( - // searchTerm = "", filterChips = emptyList(), multihopEnabled = false, relayListType = RelayListType.EXIT, - isTopBarActionsEnabled = true, + isSearchButtonEnabled = true, + isFilterButtonEnabled = true, ) ), onSelectRelay = mockedOnSelectRelay, @@ -260,7 +263,8 @@ class SelectLocationScreenTest { filterChips = emptyList(), multihopEnabled = false, relayListType = RelayListType.EXIT, - isTopBarActionsEnabled = true, + isSearchButtonEnabled = true, + isFilterButtonEnabled = true, ) ), onSelectRelay = mockedOnSelectRelay, |
