Browse Source

fix ui test

pull/13/head
afc163 9 years ago
parent
commit
73b25c740f
  1. 2
      src/e2e/login.e2e.js

2
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"]')

Loading…
Cancel
Save