summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/mail_view.py
AgeCommit message (Collapse)Author
2017-04-26Fix recovery code mail functional testThais Siqueira
with @tayanefernandes
2017-04-13[#927] Add recovery code mail templateDenis Costa
with @tuliocasagrande
2017-04-12[#927] Rename parameter for better readabilityTulio Casagrande
with @deniscostadsc
2017-04-12[#927] Confirm email with the recovery codeTulio Casagrande
with @deniscostadsc
2016-12-14Move functional tests to find elements with waitsTulio 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-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-04-06Issue #292: Fix functional testsFelix Hammerl
2016-04-06Remove unused step from functional testsFelix Hammerl
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-03-09Issue #617: Add sandbox to user-agentFelix Hammerl
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-03-26Refactorating: replaced XPath by CSS SelectorTiago Ferraz
2015-03-26Trying to fix functional testTiago Ferraz
2015-03-26Trying to fix problem with functional test while opening email.Tiago Ferraz
2015-03-26Fixed pep8 errors.Tiago Ferraz
2015-03-26New 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-09Refactoring of fuctional testsTiago Ferraz
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code.
2015-02-27Make tests involving adding and selecting tags more robustAlexandre Pretto Nunes
2015-01-12Improved functional test waits in mail_view steps.Folker Bernitt
2014-11-12Fixing functional test failure on 'trash/delete this message' step. Adding ↵Gabriel Albo
attachment icon to mail list
2014-10-16Added some wait until visible to functional tests to make them more stable.Folker Bernitt
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-10Making forward_trash_archive feature workDuda Dornelles
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt