瀏覽代碼

fix ui test

afc163 9 年之前
父節點
當前提交
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"]')