virtual_authenticator.html.ini (976B)
1 [virtual_authenticator.html] 2 expected: 3 if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] 4 [Can remove a credential] 5 expected: 6 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] 7 8 [Can remove a virtual authenticator] 9 expected: 10 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] 11 12 [Can add a credential] 13 expected: 14 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] 15 16 [Can set user verified] 17 expected: 18 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] 19 20 [Can get the credentials] 21 expected: 22 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] 23 24 [Can remove all credentials] 25 expected: 26 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] 27 28 [Can create an authenticator] 29 expected: 30 if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]