I put buttons label into options like {'buttons': {'ok':'Ok Label','cancel':'Cancel Label'}}.
I had an issue into test comparing html template : the one loaded from file system have a "newline" that I'm not able to find and remove using text editor (vi, vim, oni, atom..). My solution was add a function that remove the new line before comparing html.
Coverage remained the same at 100.0% when pulling 4eda6a0a6ce8c8248537819ba49e722f8ed0328a on paologf:ButtonsLabel into a721d2ba4feb4a54f6c5897ada665b7630d736c0 on coderaiser:master.
Coverage remained the same at 100.0% when pulling 4eda6a0a6ce8c8248537819ba49e722f8ed0328a on paologf:ButtonsLabel into a721d2ba4feb4a54f6c5897ada665b7630d736c0 on coderaiser:master.
I put buttons label into
options
like{'buttons': {'ok':'Ok Label','cancel':'Cancel Label'}}
.I had an issue into test comparing html template : the one loaded from file system have a "newline" that I'm not able to find and remove using text editor (vi, vim, oni, atom..). My solution was add a function that remove the new line before comparing html.