IO-2327 posting bills test cases

This commit is contained in:
swtmply
2023-08-04 12:08:34 +08:00
parent 353d6d010c
commit e4671b9bd6
4 changed files with 235 additions and 231 deletions

View File

@@ -12,12 +12,6 @@ describe(
cy.visit("/manage/jobs");
cy.intercept("POST", Cypress.env("graphql_dev_endpoint"), (req) => {
if (req.body.operationName === "QUERY_BODYSHOP") {
req.alias = "bodyshop";
}
});
cy.get('[data-cy="active-jobs-table"]')
.find(".ant-table-tbody")
.find("> tr:not(.ant-table-measure-row)")