fix(teamsbot): update auth test UI texts for 3-variant login test
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
39ffce5a7d
commit
1e41d463d1
1 changed files with 3 additions and 4 deletions
|
|
@ -236,9 +236,8 @@ export const TeamsbotSettingsView: React.FC = () => {
|
|||
<h4 className={styles.testSectionTitle}>Auth-Erkennung testen</h4>
|
||||
</div>
|
||||
<span className={styles.hint}>
|
||||
Testet Direct-/v2/-Navigation gegen einen aktiven Teams-Call.
|
||||
Prueft ob Teams /v2/ (Auth moeglich) oder light-meetings (anonym erzwungen) liefert.
|
||||
Der Bot tritt dem Meeting NICHT bei.
|
||||
Testet 3 Browser-Varianten: Login bei teams.microsoft.com, dann Screenshot wo Teams hinleitet.
|
||||
Kein Meeting-Join — nur Auth-Flow-Test.
|
||||
</span>
|
||||
|
||||
<div className={styles.testInputRow} style={{ marginTop: '0.75rem' }}>
|
||||
|
|
@ -287,7 +286,7 @@ export const TeamsbotSettingsView: React.FC = () => {
|
|||
{testRunning && (
|
||||
<div className={styles.testProgress}>
|
||||
<FaSpinner className={styles.spinner} />
|
||||
Test laeuft (~30-45 Sekunden)...
|
||||
3 Varianten werden getestet (~2-3 Minuten, je 20s Warten nach Login)...
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue