Commit 73b25c74 authored by afc163's avatar afc163

fix ui test

parent f0e520e0
......@@ -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"]')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment