Improve server picker scrolling and subscription input layout
Build and Deploy Gateway / build-and-push (push) Successful in 20s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-11 08:10:15 +03:00
parent 444f26c401
commit 396c5d1917
9 changed files with 51 additions and 63 deletions
@@ -55,6 +55,8 @@ test('local validation, scoped refresh and drawer focus remain feature-owned', (
assert.match(feature, /feature\.adding \|\| feature\.addClosing/);
assert.doesNotMatch(feature, /addInvokerRef/);
assert.match(feature, /className="client-profile-delete"[\s\S]*client-profile-delete-lid/);
assert.match(feature, /placeholder="https:\/\/…"[\s\S]*aria-label="Ссылка подписки"/);
assert.doesNotMatch(feature, /<span>Ссылка подписки<\/span>/);
assert.doesNotMatch(feature, /cancelRename|client-profile-menu|onRename/);
});