This commit is contained in:
Marco Castelluccio 2015-08-20 18:04:48 -07:00
Родитель 83fcc77e2c 875a83d992
Коммит 4ddc9d7180
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -390,6 +390,7 @@ casper.test.begin("unit tests", 39 + gfxTests.length, function(test) {
test.assertTextDoesntExist("FAIL");
test.assertTextExists("START - Background alarm started: 0");
test.assertTextExists("DONE - Background alarm started: 1");
syncFS();
});
});
});