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>
|
<h4 className={styles.testSectionTitle}>Auth-Erkennung testen</h4>
|
||||||
</div>
|
</div>
|
||||||
<span className={styles.hint}>
|
<span className={styles.hint}>
|
||||||
Testet Direct-/v2/-Navigation gegen einen aktiven Teams-Call.
|
Testet 3 Browser-Varianten: Login bei teams.microsoft.com, dann Screenshot wo Teams hinleitet.
|
||||||
Prueft ob Teams /v2/ (Auth moeglich) oder light-meetings (anonym erzwungen) liefert.
|
Kein Meeting-Join — nur Auth-Flow-Test.
|
||||||
Der Bot tritt dem Meeting NICHT bei.
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div className={styles.testInputRow} style={{ marginTop: '0.75rem' }}>
|
<div className={styles.testInputRow} style={{ marginTop: '0.75rem' }}>
|
||||||
|
|
@ -287,7 +286,7 @@ export const TeamsbotSettingsView: React.FC = () => {
|
||||||
{testRunning && (
|
{testRunning && (
|
||||||
<div className={styles.testProgress}>
|
<div className={styles.testProgress}>
|
||||||
<FaSpinner className={styles.spinner} />
|
<FaSpinner className={styles.spinner} />
|
||||||
Test laeuft (~30-45 Sekunden)...
|
3 Varianten werden getestet (~2-3 Minuten, je 20s Warten nach Login)...
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue