forked from baron/baron-sso
adminfront/devfront code-check 수정
This commit is contained in:
@@ -605,6 +605,10 @@ test.describe("Worksmobile tenant management", () => {
|
||||
},
|
||||
]);
|
||||
|
||||
const updateRowCheckbox = userComparisonSection
|
||||
.getByRole("row", { name: /이업데이트/ })
|
||||
.getByRole("checkbox");
|
||||
await expect(updateRowCheckbox).not.toBeChecked();
|
||||
await page
|
||||
.getByRole("row", { name: /이업데이트/ })
|
||||
.getByRole("checkbox")
|
||||
|
||||
Reference in New Issue
Block a user