Clarify model labels and style compact controls for each theme

This commit is contained in:
2026-09-09 14:38:13 +03:00
parent a71545a88a
commit f44609378b
13 changed files with 23 additions and 5 deletions
+2 -1
View File
@@ -390,7 +390,8 @@ class Home(DikteTest):
i18n.set_language("tr")
self.window.refresh()
self.assertEqual(self.window.capture_status.text(), "Konuşmaya hazır")
self.assertIn("Ses:", self.window.capture_models.text())
self.assertIn("Dikte:", self.window.capture_models.text())
self.assertIn("Temizleme:", self.window.capture_models.text())
def test_completed_run_refreshes_workspace_without_changing_controller_state(self):
controller = Dikte.__new__(Dikte)