Additional creation checks
This commit is contained in:
parent
35c53fc79b
commit
6924dba26e
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ test('creating /characteristics/new', function(assert) {
|
|||
|
||||
andThen(function() {
|
||||
assert.equal(find(".flakes-information-box > legend").text().trim(), 'New Characteristic Name');
|
||||
assert.equal(server.db.characteristics.length, 1);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -65,6 +65,7 @@ test('creating /species/new', function(assert) {
|
|||
|
||||
andThen(function() {
|
||||
assert.equal(find(".flakes-information-box > legend > em").text().trim(), 'New Species Name');
|
||||
assert.equal(server.db.species.length, 1);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Reference in a new issue