fixed test to check for devices

This commit is contained in:
Andre Rosado
2026-05-18 13:09:00 +01:00
parent a234aee619
commit 80ee762d88

View File

@@ -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()
}