Merge pull request #47 from Roejames12/master

Fixed issue 106
1.2
Ariya Hidayat 2011-05-17 06:07:24 -07:00
commit 1a6d2c11f8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if (phantom.state.length === 0) {
} else {
window.setInterval(function () {
var list, el, desc, i, j;
if (document.body.querySelector('.finished_at')) {
if (document.body.querySelector('.finished-at')) {
console.log(document.body.querySelector('.description').innerText);
list = document.body.querySelectorAll('div.jasmine_reporter > div.suite.failed');
for (i = 0; i < list.length; ++i) {