6 lines
210 B
Text
6 lines
210 B
Text
![]() |
import { deleteAttribute, getAttributes } from "../apiRequests/Attribute";
|
||
|
|
||
|
export function deleteAttributesStartsWith(startsWith) {
|
||
|
cy.deleteElementsStartsWith(deleteAttribute, getAttributes, startsWith);
|
||
|
}
|