2021-03-12 12:14:18 +00:00
|
|
|
import { deleteCollection, getCollections } from "../apiRequests/Collections";
|
2021-02-18 09:00:08 +00:00
|
|
|
|
2021-03-12 12:14:18 +00:00
|
|
|
export function deleteCollectionsStartsWith(startsWith) {
|
2021-03-23 10:15:39 +00:00
|
|
|
cy.deleteElementsStartsWith(deleteCollection, getCollections, startsWith);
|
2021-02-18 09:00:08 +00:00
|
|
|
}
|