Michal Nowierski

Results 3 issues of Michal Nowierski

a = "//a[contains(@href,'attestation-upload')]" cssify(a) output: a[href*=attestation-upload] expected condition: in this case proper css selector, or the more accurate selector would be one with quoted value: a[href*='attestation-upload'] I believe there should...

//sgswidget//a[contains(@href,'dashboard/profile')] is translated proprely: 'sgswidget a[href*=dashboard/profile]' current behaviour: just add a dash to sgswidget //sgs-widget//a[contains(@href,'dashboard/profile')] and you will get the error: cssify.cssify.XpathException: Invalid or unsupported Xpath: //sgs-widget//a[contains(@href,'dashboard/profile')] expected condition: //sgs-widget//a[contains(@href,'dashboard/profile')]...

Current behaviour: - On invalid message, the information on what part of the validated json is invalid is not passed. Expected behaviour - On invalid message, the information on what...