From dfa407ae2f589ab65dc4200e800ddcd9a2bd22a9 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Thu, 22 Aug 2019 17:46:53 +0300 Subject: [PATCH] add find device instead of select --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index dad8700..f1d1b2b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -180,7 +180,7 @@ class TestDevice: if self.is_nfc: if self.send_nfc_reboot(): TestDevice.delay(0.5) - self.dev._select() + self.find_device(self.nfc_interface_only) return print("Please reboot authenticator and hit enter")