afc163 %!s(int64=8) %!d(string=hai) anos
pai
achega
73b25c740f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]')