Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/kaneai-totp.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Teams often need to test SSO or MFA‑protected applications where the second fa
### Insert the TOTP into your test

1. Navigate to the OTP input field in your application.
2. Use the smart variable generated to add your instruction such as "Enter {{totp0}} in verify field"
2. Use the smart variable generated to add your instruction such as "Enter {{totp}} in verify field"
3. KaneAI fetches and inserts the 6-digit code.

<img loading="lazy" src={require('../assets/images/kane-ai/features/InsertTOTP.jpg').default} alt="Insert OTP variable" className="doc\_img"/>
Expand Down
Loading