Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-26 | Fix recovery code mail functional test | Thais Siqueira | |
with @tayanefernandes | |||
2017-04-13 | [#927] Add recovery code mail template | Denis Costa | |
with @tuliocasagrande | |||
2017-04-12 | [#927] Rename parameter for better readability | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-12 | [#927] Confirm email with the recovery code | Tulio Casagrande | |
with @deniscostadsc | |||
2016-12-14 | Move functional tests to find elements with waits | Tulio Casagrande | |
We were using the Selenium native find_element in a few places, which could raise a TimeoutException. I changed to use our timed out version and also renamed the internal methods to prevent misuse | |||
2016-11-29 | Improves imports | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-04-06 | Issue #292: Fix functional tests | Felix Hammerl | |
2016-04-06 | Remove unused step from functional tests | Felix Hammerl | |
2016-03-15 | Issue #620: Refactor read view | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to user-agent | Felix Hammerl | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-03-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |
2015-03-26 | Trying to fix functional test | Tiago Ferraz | |
2015-03-26 | Trying to fix problem with functional test while opening email. | Tiago Ferraz | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
2015-03-26 | New test that use checkboxes. Removal of hamcrest lib, code refactoring. | Tiago Ferraz | |
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures. | |||
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-02-27 | Make tests involving adding and selecting tags more robust | Alexandre Pretto Nunes | |
2015-01-12 | Improved functional test waits in mail_view steps. | Folker Bernitt | |
2014-11-12 | Fixing functional test failure on 'trash/delete this message' step. Adding ↵ | Gabriel Albo | |
attachment icon to mail list | |||
2014-10-16 | Added some wait until visible to functional tests to make them more stable. | Folker Bernitt | |
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles | |
2014-10-10 | Making forward_trash_archive feature work | Duda Dornelles | |
2014-10-09 | moving fake-service features to service, getting rid of setup.py test ↵ | Duda Dornelles | |
requires and getting them into test_requirements.txt |