Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peng/468 password confirm #532

Merged
merged 12 commits into from
Mar 7, 2018
Merged

peng/468 password confirm #532

merged 12 commits into from
Mar 7, 2018

Conversation

nylira
Copy link
Contributor

@nylira nylira commented Mar 6, 2018

  • add password confirmation field to NiSessionSignUp
  • add password confirmation field to NiSessionImport
  • add unit tests for new code

Issue

closes: #468

Screenshots

screen shot 2018-03-06 at 1 43 07 pm

screen shot 2018-03-06 at 2 01 43 pm

@nylira nylira requested a review from mappum as a code owner March 6, 2018 06:02
@nylira
Copy link
Contributor Author

nylira commented Mar 6, 2018

It appears the integration test is failing?

# logs in
unhandledRejection { Error: element ("#app-content") still not existing after 5000ms
  message: 'element ("#app-content") still not existing after 5000ms',
  type: 'WaitUntilTimeoutError' }

@faboweb
Copy link
Collaborator

faboweb commented Mar 6, 2018

Could you please recheck, that this an actual bug and not a semantic error? -> Is #app-content actual showing following the log in steps in the E2E tests? Probably they need to be updated with the new password confirmation step.

@nylira
Copy link
Contributor Author

nylira commented Mar 7, 2018

Haven't had time to look at this. It seems like you're probably correct @faboweb, the extra password confirmation step has to be mocked in the e2e test

@codecov
Copy link

codecov bot commented Mar 7, 2018

Codecov Report

Merging #532 into develop will increase coverage by 0.1%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           develop     #532     +/-   ##
==========================================
+ Coverage    81.46%   81.56%   +0.1%     
==========================================
  Files           84       84             
  Lines         1365     1367      +2     
  Branches        67       67             
==========================================
+ Hits          1112     1115      +3     
+ Misses         241      240      -1     
  Partials        12       12
Impacted Files Coverage Δ
...src/renderer/components/common/NiSessionSignUp.vue 100% <ø> (ø) ⬆️
...src/renderer/components/common/NiSessionImport.vue 100% <100%> (ø) ⬆️
app/src/renderer/components/common/NiFormMsg.vue 60.86% <0%> (+4.34%) ⬆️

@faboweb
Copy link
Collaborator

faboweb commented Mar 7, 2018

will be green after #543

@jbibla
Copy link
Collaborator

jbibla commented Mar 7, 2018

@nylira @faboweb still failing...

@faboweb
Copy link
Collaborator

faboweb commented Mar 7, 2018

different error. I check it out.

@faboweb
Copy link
Collaborator

faboweb commented Mar 7, 2018

#magic

@jbibla jbibla merged commit 942333e into develop Mar 7, 2018
@jbibla jbibla deleted the peng/468-password-confirm branch March 7, 2018 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce password confirmation when creating account
3 participants