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

Extend webtest to click on submit on Form reset password #1914

Closed
mattab opened this issue Dec 23, 2010 · 7 comments
Closed

Extend webtest to click on submit on Form reset password #1914

mattab opened this issue Dec 23, 2010 · 7 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Dec 23, 2010

A notice/warning is showing on trunk currently, which wasn't picked up by webtests. I think it is because the 'reset password' form wasn't submitted in the webtest:

http://qa.piwik.org:8080/webtest/001_InstallIndex/WebTestReport.html

101

Show/Hide all substeps  ok  not
There should be no errors and no notices on output page  
#   Result  Name    Parameter   Duration
  1 x   verifyText
Check errors    
text    error:
    1
  2 x   verifyText
Check errors    
text    Fatal error
    0
  3 x   verifyText
Check notices   
text    Notice
    0
  4 x   verifyText
Check warnings  
text    Warning
    1

I'll fix the notice/warning bug - vipsoft, is it easy to add a webtest step to submit the form and check for notices?

@mattab
Copy link
Member Author

mattab commented Dec 23, 2010

(In [3522]) Refs #1914 - fixing notice/warning on password reset submit

@robocoder
Copy link
Contributor

Sure, I'll do that.

@robocoder
Copy link
Contributor

(In [3529]) fixes #1914 - add webtests for login, forgot password, and password reset for valid and invalid input

@robocoder
Copy link
Contributor

(In [3530]) refs #1914 - set default timezone in case it isn't set up for the build environment

@robocoder
Copy link
Contributor

(In [3756]) refs #1914 - add missing phpdoc; nonce should have been a common view property

@robocoder
Copy link
Contributor

(In [3757]) refs #1914 - oops ... forgot to check in the template changes

@robocoder
Copy link
Contributor

(In [3761]) refs #1914

@mattab mattab added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants