feat: test case detail dialog

This commit is contained in:
Takeshi Kimata
2024-07-21 21:42:02 +09:00
parent f03222e49c
commit 5f095e1cf3
7 changed files with 138 additions and 59 deletions

View File

@@ -252,6 +252,8 @@
"no_cases_found": "No cases found",
"are_you_sure_leave": "Are you sure you want to leave the page?",
"type": "Type",
"test_detail": "Test detail",
"steps": "Steps",
"preconditions": "Preconditions",
"expected_result": "Expected result",
"details_of_the_step": "Details of the step",

View File

@@ -254,6 +254,7 @@
"are_you_sure_leave": "ページを離れてもよろしいですか",
"type": "タイプ",
"test_detail": "テスト詳細",
"steps": "ステップ",
"preconditions": "前提条件",
"expected_result": "期待結果",
"details_of_the_step": "ステップ詳細",