1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Add more tests and cleanup old ones

This commit is contained in:
zinyando 2016-07-19 15:51:35 +02:00
parent 68271646eb
commit c3c7a8450c
7 changed files with 75 additions and 62 deletions

View file

@ -15,8 +15,6 @@ import moduleForAcceptance from 'documize/tests/helpers/module-for-acceptance';
moduleForAcceptance('Acceptance | user profile');
test('visiting /profile', function (assert) {
server.createList('folder', 2);
server.createList('user', 2);
authenticateUser();
visit('/profile');
@ -29,8 +27,6 @@ test('visiting /profile', function (assert) {
});
test('changing user details and email ', function (assert) {
server.createList('folder', 2);
server.createList('user', 2);
authenticateUser();
visit('/profile');