9 lines
226 B
JavaScript
9 lines
226 B
JavaScript
![]() |
import {
|
||
|
deleteVouchers,
|
||
|
getVouchers
|
||
|
} from "../../apiRequests/Discounts/Vouchers";
|
||
|
|
||
|
export function deleteVouchersStartsWith(startsWith) {
|
||
|
cy.deleteElementsStartsWith(deleteVouchers, getVouchers, startsWith, "code");
|
||
|
}
|