This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 855d1658 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

e2e test

parent 892a246c
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -101,6 +101,8 @@ frontend-test:
e2e-test:
stage: test
cache: {}
dependencies:
- frontend-test
script:
- npm run e2e
# sonar-analyze:
......
......@@ -18,6 +18,7 @@ describe('account', () => {
});
it('should fail to login with bad password', async () => {
console.log('I am alive');
signInPage = await navBarPage.getSignInPage();
await signInPage.autoSignInUsing(username, 'foo');
......
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