IO-2327 posting bills test cases
This commit is contained in:
@@ -74,15 +74,6 @@ Cypress.Commands.add("antdSelect", (selector, filter) => {
|
||||
});
|
||||
});
|
||||
|
||||
Cypress.Commands.add("antdFormSelect", (name, text, cb) => {
|
||||
cy.get(".ant-form-item-required").then(($field) => {
|
||||
if ($field.text().includes(text)) {
|
||||
if (name) cy.antdSelect(name);
|
||||
cb?.();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Cypress.Commands.add(
|
||||
"insertAvailableJob",
|
||||
({ bodyshopid, job, job_est_data, token }) => {
|
||||
|
||||
Reference in New Issue
Block a user