6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
![]() |
import { deleteCategory, getCategories } from "../apiRequests/Category";
|
||
|
|
||
|
export function deleteCategoriesStartsWith(startsWith) {
|
||
|
cy.deleteElementsStartsWith(deleteCategory, getCategories, startsWith);
|
||
|
}
|