test(01-06): add failing matrix command-only regressions
- Assert skills text no longer includes reaction-era labels - Require converter to drop reaction callback support - Lock !settings dashboard to read-only snapshot copy
This commit is contained in:
parent
80800be60c
commit
974935c880
3 changed files with 12 additions and 28 deletions
|
|
@ -165,6 +165,9 @@ async def test_mat11_settings_returns_dashboard():
|
|||
assert len(result) >= 1
|
||||
text = result[0].text
|
||||
assert "Скиллы" in text or "скиллы" in text.lower()
|
||||
assert "Изменить" in text or "!skills" in text
|
||||
assert "Личность" in text
|
||||
assert "Безопасность" in text
|
||||
assert "Активные чаты" in text
|
||||
assert "Изменить" not in text
|
||||
assert "!connectors" not in text
|
||||
assert "!whoami" not in text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue