From 80ee762d88632b2313f053b0d714f6cda5468f98 Mon Sep 17 00:00:00 2001 From: Andre Rosado Date: Mon, 18 May 2026 13:09:00 +0100 Subject: [PATCH] fixed test to check for devices --- .../settings/accountsecurity/AccountSecurityScreenTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/settings/accountsecurity/AccountSecurityScreenTest.kt b/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/settings/accountsecurity/AccountSecurityScreenTest.kt index d884ce4dc8..42b5764b2b 100644 --- a/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/settings/accountsecurity/AccountSecurityScreenTest.kt +++ b/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/settings/accountsecurity/AccountSecurityScreenTest.kt @@ -1765,7 +1765,7 @@ class AccountSecurityScreenTest : BitwardenComposeTest() { @Test fun `manage devices row should not be visible when isManageDevicesEnabled is false`() { composeTestRule - .onNodeWithText("Manage devices") + .onNodeWithText("Devices") .assertDoesNotExist() }