Take delays into account when Auto-Type TOTP values

* Fixes #12682
This commit is contained in:
Jonathan White
2025-11-16 16:43:34 -05:00
parent 72308a1706
commit 97d4edd9b8
3 changed files with 42 additions and 9 deletions

View File

@@ -52,6 +52,7 @@ private slots:
void testAutoTypeSyntaxChecks();
void testAutoTypeEffectiveSequences();
void testAutoTypeEmptyWindowAssociation();
void testAutoTypeTotpDelay();
private:
AutoTypePlatformInterface* m_platform;