IO-2327 job import test cases

This commit is contained in:
swtmply
2023-07-21 11:38:57 +08:00
parent 835b90bc4b
commit 72c9b5a11e
5 changed files with 127 additions and 122 deletions

View File

@@ -75,6 +75,7 @@ function OwnerDetailJobsComponent({ bodyshop, owner }) {
}
>
<Table
data-cy="owner-jobs-table"
pagination={{ position: "bottom" }}
columns={columns}
scroll={{ x: true }}

View File

@@ -115,6 +115,7 @@ export default function OwnersListComponent({
}
>
<Table
data-cy="owners-table"
loading={loading}
pagination={{
position: "top",