afc163 пре 8 година
родитељ
комит
73b25c740f
1 измењених фајлова са 1 додато и 1 уклоњено
  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"]')