mirror of
https://github.com/documize/community.git
synced 2025-08-08 06:55:28 +02:00
Enable login test
This commit is contained in:
parent
11fd32cf83
commit
f9fc236e27
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import moduleForAcceptance from 'documize/tests/helpers/module-for-acceptance';
|
||||||
|
|
||||||
moduleForAcceptance('Acceptance | Authentication');
|
moduleForAcceptance('Acceptance | Authentication');
|
||||||
|
|
||||||
skip('visiting /auth/login and logging in', function(assert) {
|
test('visiting /auth/login and logging in', function(assert) {
|
||||||
visit('/auth/login');
|
visit('/auth/login');
|
||||||
|
|
||||||
fillIn('#authEmail', 'brizdigital@gmail.com');
|
fillIn('#authEmail', 'brizdigital@gmail.com');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue