IO-2327 timetickets test cases

This commit is contained in:
swtmply
2023-08-24 12:03:36 +08:00
parent eb075d732a
commit c4a961fc03
3 changed files with 53 additions and 36 deletions

View File

@@ -430,7 +430,7 @@ export function JobsDetailHeaderActions({
});
}}
>
{t("jobs.labels.jobcosting")}
<span data-cy="actions-jobcosting">{t("jobs.labels.jobcosting")}</span>
</Menu.Item>
{job && !job.converted && (
<Menu.Item>

View File

@@ -323,7 +323,7 @@ export function JobsDetailPage({
</Tabs.TabPane>
<Tabs.TabPane
tab={
<span>
<span data-cy="tab-labor">
<Icon component={FaHardHat} />
{t("menus.jobsdetail.labor")}
</span>