afc163 il y a 8 ans
Parent
commit
73b25c740f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/e2e/login.e2e.js

+ 1 - 1
src/e2e/login.e2e.js

@@ -15,7 +15,7 @@ describe('Login', () => {
       .end();
   });
 
-  xit('should login successfully', async () => {
+  it('should login successfully', async () => {
     const text = await page.type('#userName', 'admin')
       .type('#password', '888888')
       .click('button[type="submit"]')