feat(ai-studio): export final selections
This commit is contained in:
@@ -511,6 +511,8 @@ class GuiTests(TempDirMixin, unittest.TestCase):
|
||||
"导入本地图片",
|
||||
" ".join(button.text() for button in tab.findChildren(gui.QPushButton)),
|
||||
)
|
||||
self.assertEqual("导出终选", tab.export_button.text())
|
||||
self.assertIn("可部分导出", tab.export_hint_label.text())
|
||||
self.assertEqual("完整提示词", prompts.load_image_studio_template("工场模板", prompts_dir))
|
||||
template_index = tab.template_combo.findData("工场模板")
|
||||
self.assertGreaterEqual(template_index, 0)
|
||||
|
||||
Reference in New Issue
Block a user