
* tests for pages * fix tests * fix imports * tests for pages * add wait * tests for pages * fix weight recalculate
5 lines
210 B
Text
5 lines
210 B
Text
import { deleteAttribute, getAttributes } from "../apiRequests/Attribute";
|
|
|
|
export function deleteAttributesStartsWith(startsWith) {
|
|
cy.deleteElementsStartsWith(deleteAttribute, getAttributes, startsWith);
|
|
}
|