summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/compose.py
AgeCommit message (Collapse)Author
2017-03-10|#000|Sriram| Fix functional test - get element by id rather than css ↵Sriram Viswanathan
selector for cc-bcc collapse
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-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support
2015-12-29adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵NavaL
functional test Issue #563
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-09-11Wait for send button to become enabled to avoid implicit timeoutFolker Bernitt
- instead of waiting to not be disabled - Issue #456
2015-03-26Refactorating: replaced XPath by CSS SelectorTiago 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.
2014-10-27Attempt to fix functional tests: adding more wait_untils on the core of our ↵Duda Dornelles
selectors (like capybara), disabling mail list autoRefresh (only for functional tests) and adding some ridiculos timeout in a specific step
2014-10-24small fixes here and thereDuda Dornelles
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-14Tried to make part of functional tests more stable.Folker Bernitt
- Waiting for text change is unreliable, instead wait for Send button to disappear when sending mail
2014-10-09Making compose_save_draft_and_send 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