Powered by
Oh. I'm forgot about this. There: function haveAt...
# e2e-testing
b
busy-dusk-58025
10/11/2022, 12:56 PM
Oh. I'm forgot about this. There: function haveAttr (object, attrName) { let isHave = false for (let j = 0; j < object.length; j++) { if (object[j].name == attrName) { isHave = true break } } return isHave }
Previous
Next