From 45adfeb9bb6bcb83986aa741c3dc5ba8c458ca6f Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 12 Aug 2019 18:05:04 +0300 Subject: [PATCH] nfc way --- tests/conftest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index e4c5fd6..881546d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -175,8 +175,10 @@ class TestDevice: print("Sending restart command...") self.send_magic_reboot() TestDevice.delay(0.25) + elif self.nfc_interface_only: + print("nfc") else: - print("Please reboot authentictor and hit enter") + print("Please reboot authenticator and hit enter") input() self.find_device(self.nfc_interface_only)