From 119cd493ad950d0d46817659ac5d1d7a58f20106 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 15 May 2024 17:11:12 +0800 Subject: [PATCH] add comments to describe the reason for disabled test cases [skip ci] --- features/mfa.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/mfa.feature b/features/mfa.feature index a61a61ab..3a0f477c 100644 --- a/features/mfa.feature +++ b/features/mfa.feature @@ -141,6 +141,7 @@ Feature: Prompt for MFA credentials | | TOTP | | supports WebAuthn | TOTP | | | TOTP | , backup codes | supports WebAuthn | TOTP | | | | backup codes | supports WebAuthn | backup code | +# The following cases are disabled due to lack of test support for changing web client user agent # | WebAuthn | | | does not support WebAuthn | WebAuthn | # | WebAuthn | , TOTP | | does not support WebAuthn | TOTP | # | WebAuthn | | , backup codes | does not support WebAuthn | backup code | @@ -163,6 +164,7 @@ Feature: Prompt for MFA credentials | TOTP | WebAuthn | supports WebAuthn | WebAuthn | | TOTP | backup code | supports WebAuthn | backup code | | backup code | TOTP | supports WebAuthn | TOTP | +# The following case is disabled due to lack of test support for changing web client user agent # | TOTP | WebAuthn | does not support WebAuthn | TOTP | Scenario: Defaulting to the manager code despite having a used mfa @@ -180,6 +182,7 @@ Feature: Prompt for MFA credentials Examples: | supports WebAuthn or not | should or not | | supports WebAuthn | should not | +# The following case is disabled due to lack of test support for changing web client user agent # | does not support WebAuthn | should | Scenario Outline: When to show the link to send a manager rescue code