Commit 5b1b57f1 5b1b57f1c0c740f8184e1eba60609395450c2085 by Nicolas Perriault

coding standards

1 parent 78f126a9
Subproject commit fa26816f9ddc9f40de50c6b478b7a57265293806
Subproject commit f873d097b97cbafcb512040e597a38594a677693
......
casper.start('tests/site/elementattribute.html', function() {
this.test.comment('Casper.getElementAttribute()');
this.test.assertEquals(this.getElementAttribute('.testo','data-stuff'), 'beautiful string', 'Casper.getElementAttribute() works as intended');
this.test.assertEquals(this.getElementAttribute('.testo','data-stuff'), 'beautiful string', 'Casper.getElementAttribute() works as intended');
});
casper.run(function() {
......