Identity SSO
هر کارت یک آزمون خودکار سرتاسری است که بلافاصله پس از این استقرار روی سایت مستقرشده اجرا شده است. برای دیدن مراحل، تصاویر و خطاها روی آن بزنید.
اجراهای اخیر
۲ اجرای آخر، از قدیم به جدید · اجرای فعلی با کادر مشخص است
captcha-altcha.spec.js
۴ از ۷ موفق
renders the widget and solves the challenge without any third-party request
Error: expect(received).toEqual(expected) // deep equality
T02sends a proof of work the server would accept
Error: expect(received).not.toBeNull()
T03falls back to the image captcha when the widget cannot load
Captcha (Altcha, on-prem)
T04swaps to the image captcha and stops sending the Altcha payload
Error: expect(locator).toBeVisible() failed
T05a client configured for Altcha gets the Altcha widget
Captcha (per-client configuration)
T06another client on the same deployment gets the image captcha
Captcha (per-client configuration)
T07a client with no captcha row falls back to the deployment default
Captcha (per-client configuration)
captcha-escalation.spec.js
۵ از ۶ موفق
hidden on first load when mode is none and not escalated
MkCaptcha — not showing on first time
T09hidden when an invisible provider (ReCaptcha) is configured and not escalated
MkCaptcha — not showing on first time
T10shown on first load when the server reports it is already escalated
MkCaptcha — not showing on first time
T11falls back to the classic captcha when a provider script fails to load
MkCaptcha — fallback
T12walks the whole fallback chain down to the classic captcha
MkCaptcha — fallback
T13escalates after a failed login returns Captcha-Required
Error: expect(locator).toBeVisible() failed
captcha.spec.js
۳ از ۵ موفق
renders the classic captcha when mode is MkCaptcha
Captcha (MkCaptcha)
T15captcha input is a number field
Captcha (MkCaptcha)
T16refreshing the captcha requests a new image
TimeoutError: page.waitForResponse: Timeout 15000ms exceeded while waiting for event "response"
T17does not render a captcha when mode is none
Captcha (MkCaptcha)
T18hides the captcha during the OTP phase
Error: expect(locator).toBeVisible() failed
forgot-password.spec.js
۵ از ۶ موفق
navigates here from the sign-in password step
Error: expect(locator).toBeVisible() failed
T20shows the identifier field and caption on load
Forgot password
T21moves to the OTP phase and sends the OTP after submitting the identifier
Forgot password
T22shows an inline error for an invalid OTP
Forgot password
T23navigates to update-password after a valid OTP
Forgot password
T24redirects to /error when ReturnUrl is missing
Forgot password
login-methods.spec.js
۰ از ۶ موفق
calls allowed-methods on identifier submission
TimeoutError: page.waitForResponse: Timeout 15000ms exceeded while waiting for event "response"
T26auto-selects password when it is the only/ default method
Error: expect(locator).toBeVisible() failed
T27auto-selects OTP when it is the only method
Error: expect(locator).toBeVisible() failed
T28shows the method selector when multiple methods are available without a default
Error: expect(locator).toBeVisible() failed
T29selecting OTP from the method selector starts the OTP flow
Error: expect(locator).toBeVisible() failed
T30offers "Other login methods" when a challenge exists and multiple methods are allowed
Error: expect(locator).toBeVisible() failed
mfa-flow.spec.js
۰ از ۴ موفق
shows the authenticator code input after identifier submission
Error: expect(locator).toBeVisible() failed
T32auto-submits the code and logs in with a valid authenticator code
Error: expect(locator).toBeVisible() failed
T33clears the code inline for an invalid authenticator code
Error: expect(locator).toBeVisible() failed
T34sends the code and challenge to the TOTP endpoint
Error: expect(locator).toBeVisible() failed
otp-login.spec.js
۰ از ۶ موفق
auto-sends the OTP and shows the code input
Error: expect(locator).toBeVisible() failed
T36calls the OTP send endpoint when entering the OTP phase
TimeoutError: page.waitForResponse: Timeout 15000ms exceeded while waiting for event "response"
T37shows an inline error (no redirect) for an invalid OTP
Error: expect(locator).toBeVisible() failed
T38logs in successfully with a valid OTP
Error: expect(locator).toBeVisible() failed
T39sends the entered OTP and challenge to the verify endpoint
Error: expect(locator).toBeVisible() failed
T40exposes a resend control after the countdown
Error: expect(locator).toBeVisible() failed
password-login.spec.js
۲ از ۱۰ موفق
shows the identifier field and page title on load
Sign-in: password
T42reveals the password field after submitting the identifier
Error: expect(locator).toBeVisible() failed
T43keeps the submit button disabled until the password is entered
Error: expect(locator).toBeVisible() failed
T44logs in successfully with valid credentials
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
T45sends the password and challenge to the login endpoint
Error: expect(locator).toBeVisible() failed
T46shows an error snackbar for wrong credentials
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
T47shows a lockout message for a locked account
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
T48shows a back button after method detection
Error: expect(locator).toBeVisible() failed
T49navigates to the forgot-password page from the password step
Error: expect(locator).toBeVisible() failed
T50redirects to /error when ReturnUrl is missing
Sign-in: password
remember-me.spec.js
۳ از ۵ موفق
shows the checkbox (unchecked) when persistentLoginMode is "enabled"
Remember me
T52hides the checkbox when persistentLoginMode is "disabled"
Remember me
T53forwards keepMeLoggedIn=true when the checkbox is ticked
Remember me
T54forwards keepMeLoggedIn=false when the checkbox is left unticked
Error: expect(locator).toBeVisible() failed
T55defaults to keepMeLoggedIn=true (hidden) when mode is "always"
Error: expect(locator).toBeVisible() failed
settings-per-client.spec.js
۴ از ۴ موفق
sign-out.spec.js
۴ از ۴ موفق
update-password.spec.js
۴ از ۴ موفق
hides the current-password field when the user has no password yet
Update password
T65shows the current-password field when the user already has a password
Update password
T66keeps submit disabled until a valid matching password is entered
Update password
T67submits the new password to identity/password and shows success
Update password
user-setup.spec.js
۶ از ۷ موفق
redirects a new user to user-setup after password login
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
T69shows the registration step with the configured fields
User setup
T70shows the password step with new/confirm fields
User setup
T71completes a single-step password setup and redirects
User setup
T72renders the email-verification step and requests a code
User setup
T73shows the multi-step wizard navigation (Back/Continue)
User setup
T74redirects to sign-in when profile/status reports an expired session
User setup
هیچ آزمونی با این فیلتر نیست.