aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_backends_faster.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/test_backends_faster.py')
-rw-r--r--app/tests/test_backends_faster.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/tests/test_backends_faster.py b/app/tests/test_backends_faster.py
index 44f4907..2f21377 100644
--- a/app/tests/test_backends_faster.py
+++ b/app/tests/test_backends_faster.py
@@ -273,6 +273,11 @@ class WizardFormTests(unittest.TestCase):
captured["title"] = title
captured["keys"] = [f["key"] for f in fields]
by_key = {f["key"]: f for f in fields}
+ # The directory browser alerts on the .wavs it lists.
+ self.assertIs(by_key["wav_dir"]["info"],
+ make_voices.common.wav_dir_info)
+ self.assertIs(by_key["wav_dir"]["preview"],
+ make_voices.common.wav_dir_preview)
by_key["wav_dir"]["value"] = folder
return {f["key"]: f["value"] for f in fields}